0.4.1 • Published 8 years ago
@learnersguild/styles v0.4.1
Learners Guild Styles
Web styling assets for Learners Guild projects.
Getting Started
Install with NPM
$ npm install --save @learnersguild/stylesImport 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 afterwardsMake 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/.