This zip file includes the source LESS files and minified CSS. The compiled CSS file includes a themed and extended version of Bootstrap. The LESS files pull in the Bootstrap source at compilation time.
Download v1.3.0The documentation and source are available on Github. If you want to build the documentation locally, follow the instructions there.
mardia/designpatternsThe usptostrap.less file uses @import to merge all the LESS files at compilation time. Based on your folder structure, dependency management system, and 3rd party libraries, usptostrap.less may need to be updated. Use Grunt, Gulp, Maven, or some other tool to compile the LESS files.
Similar to Bootstrap, the LESS files are organized by module.
less folder._variables.less.custom folder.vendor folder.The compiled CSS file includes a themed and extended version of Bootstrap. You shouldn't include the original Bootstrap CSS in your web page. If you're going to be writing any additional CSS specific for your web page, we recommend using the LESS files instead and taking advantage of the variables when possible.