core-sass

0.2.0 • Public • Published

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:

/core-sass/

    Package Sidebar

    Install

    npm i core-sass

    Weekly Downloads

    5

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    17.3 kB

    Total Files

    26

    Last publish

    Collaborators

    • samwrigley