@learnersguild/styles
v0.4.1
Published
Web styling assets for Learners Guild projects
Downloads
7
Readme
Learners Guild Styles
Web styling assets for Learners Guild projects.
Getting Started
Install with NPM
$ npm install --save @learnersguild/styles
Import SCSS
Then, in your SASS/SCSS:
@import "~@learnersguild/styles/src/base";
Using Materialize Mod
If you're using Materialize, add custom colors with the src/materialize-mod.scss
.
@import "~@learnersguild/styles/src/materialize-mod";
// Import Materialize SASS afterwards
Make sure that you also add Materialize's dependencies (e.g. Google fonts and JS files). See their Getting Started guide for info.
Development
SCSS source files are in src/
. Compiled CSS is built into dist/
.
Use npm run build
to compile files in src/
to dist/
.