demo-scss-npm-module

v0.0.3
A demo of a sass/scss only npm module
demo-scss-npm-module sass scss scss npm module

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

npm i demo-scss-npm-module

Metadata

  • MIT
  • Whatever
  • Emmanuel
  • released 1/25/2016

Downloads

Maintainers