Awesome
Bootstrap in Less
Twitter's Bootstrap Packaged for Meteor, using Less
Bootstrap The sleek, intuitive, and powerful front-end framework for faster and easier web development.
Currently at Bootstrap version 3.0.2
How is this different from the official Meteor Bootstrap package?
The official package contains the compiled CSS files, meaning you don't get all the LESSy goodness like mixins, variables, etc that makes customizing Bootstrap super awesome. This unofficial package contains the source less files, but modified so that they can be loaded properly by Meteor's less
package.
How to install
npm install -g meteorite
(if not already installed)mrt add less
mrt add bootstrap-less
- From the root folder of your project, add this import line to your project's less file:
@import "packages/bootstrap-less/lib/less/bootstrap.lessimport";
Meteor-Bootstrap-Less License
MIT
Twitter's Bootstrap License
See their License