This commit is contained in:
Kevin Ross 2016-01-19 13:58:55 -06:00
commit e1ccbf2ba2
2 changed files with 3 additions and 2 deletions

View File

@ -28,7 +28,7 @@ Major differences:
## How to install
You may install this theme using Bower or Meteor:
You may install this theme using Bower or [Meteor (package requires community help to be updated #769)](https://github.com/FezVrasta/bootstrap-material-design/issues/769):
- Bower : `bower install bootstrap-material-design`
- Meteor: `meteor add fezvrasta:bootstrap-material-design`

View File

@ -1,2 +1,3 @@
@import "../bower_components/bootstrap/less/variables.less";
@import (optional) "../../bootstrap/less/variables.less";
@import (optional) "../bower_components/bootstrap/less/variables.less";
//@import "../bower_components/bootstrap/less/mixins.less";