Bootstrap 3, with all LESS files for easy style customization.
npm install -g meteorite
(if not already installed)mrt add less
mrt add bootstrap3-less
- Create a .less file anywhere in your project to be served to the client and add
@import "/packages/bootstrap3-less/bootstrap.lessimport";
cd public && ln -s ../packages/bootstrap3-less/lib/fonts ./
Previous version of Meteorite stored the packages in .meteor/meteorite/, in which case you need to change the @import
path to @import "/.meteor/meteorite/packages/bootstrap3-less/bootstrap.lessimport";
https://github.com/zeroasterisk/bootstrap3-less/wiki/How-To-Use-Bootstrap3-less-in-Meteor
This package is licensed with the MIT license. Twitter's Bootstrap License.