0.0.3 • Published 8 years ago

demo-scss-npm-module v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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