0.4.1 • Published 7 years ago

@learnersguild/styles v0.4.1

Weekly downloads
-
License
-
Repository
github
Last release
7 years ago

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

0.4.1

7 years ago

0.4.0

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago