/meteor-bootstrap-flatly

Flatly theme for Bootstrap 3 - packaged for Meteor

Primary LanguageJavaScript

meteor-bootstrap-flatly

bootstrap 3 with flatly theme - packaged for meteor
bootswatch - flatly

to install

  mrt add bootstrap-flatly

to use font-awesome instead of glyphicons

Modify your smart.json where it lists bootstrap-flatly.

"bootstrap-flatly": {
    "git" : "https://github.com/grokbot/meteor-bootstrap-flatly",
    "branch" : "font-awesome"
}

Then

mrt update