leaonline:theme

v1.0.0Published 3 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Leaonline Theme

This package adds the official leaonline bootstrap scss theme to a project.

Installation

In order to install the theme you need to install the [scss compiler}(https://github.com/Meteor-Community-Packages/meteor-scss) and the autoprefixer:

$ meteor remove standard-minifier-css
$ meteor add fourseven:scss seba:minifiers-autoprefixer

Then you need to create a .scss file which has to be imported on your client and contains the following line:

1@import '{leaonline:theme}/theme.scss';

That's it.

License

MIT, see [./LICENSE](license file)