Skip to content

ianserlin/meteor-bootstrap-less

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. npm install -g meteorite (if not already installed)
  2. mrt add less
  3. mrt add bootstrap-less
  4. 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

About

Twitter Bootstrap Packed for Meteor, using Less

Resources

Stars

Watchers

Forks

Packages

No packages published