Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

demo-scss-npm-module

anarh15MIT0.0.3

A demo of a sass/scss only npm module

demo-scss-npm-module, sass, scss, scss npm module

readme

demo-scss-npm-module

npm Build Status js-standard-style

A demo of a sass/scss only npm module

Install

$ npm install demo-scss-npm-module --save 

Usage

This package can be imported/required like any npm package so long as the final npm build tool uses node-sass and node-sass-import

@import demo-scss-npm-module

.my-world {
  color: $main-color;
}

To build the css output as a standalone

  1. Clone the github repository and
  2. npm install
  3. npm run build:css
  4. The built css should now be inside of the /dist directory

License

2016 MIT © Emmanuel (Manny) Narh