0.2.0 • Published 6 years ago

core-sass v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Core Sass

NPM Version Build Status Dependencies Dev Dependencies

Core Sass styling, resets and helpful utilities for quickly scaffolding projects.

Installation

To install core-sass as a dependency, run:

$ npm install core-sass

Usage

  1. In your main SCSS file, or wherever you choose, first import all Core Sass variables:
@import "~core-sass/src/variables";

It is likely you'll want to combine the Core Sass variables with some custom variables. To do so, import your custom variables after importing the Core Sass variables. This will ensure any custom variables will overwrite the given variable in Core Sass. For example:

@import "~core-sass/src/variables";
@import "path/to/custom/variables";

Note, you need to ensure all of your variables are imported before core-sass.

  1. Finally, import Core Sass itself:
@import "~core-sass";

What's Included

Development:

0.2.0

6 years ago

0.1.0

6 years ago

1.0.0

7 years ago