demo-scss-npm-module
v0.0.3
Published
A demo of a sass/scss only npm module
Maintainers
Readme
demo-scss-npm-module
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
- Clone the github repository and
npm installnpm run build:css- The built css should now be inside of the
/distdirectory
License
2016 MIT © Emmanuel (Manny) Narh
