@learnersguild/styles

v0.1.2
Web styling assets for Learners Guild projects

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/.

npm i @learnersguild/[email protected]

Metadata

  • Unknown
  • 7.9.x
  • Tanner Welsh
  • released 7/11/2017

Downloads