Few Useful links About How to Customize Bootstrap

2014/10/41 min read
bookmark this
Responsive image

You start use the bootstrap and notice you want to customize bootstrap.This blog show few tips or information about how to customize Bootstrap.

Tools

  1. http://getbootstrap.com/customize/

    not flexible, not good to maintain.

  2. http://bootstrap-live-customizer.com/

    Very simple to use as online service to customize.

  3. http://pikock.github.io/bootstrap-magic/app/index.html#!/editor

    same as above bootstrap-live-customizer.com

  4. edit the bootstrap.css directly (bad)

    don't do this.

  5. modify bootstrap project, less, and have your own version of bootstrap source code.

    This's good choice, you can customize the bootstrap less variable your self and have version control of it. Whenever new bootstrap comeout, you can merge the latest and build your own bootstrap css.

Articles

http://www.smashingmagazine.com/2013/03/12/customizing-bootstrap/