demo-scss-npm-module
v0.0.3
Published
A demo of a sass/scss only npm module
Downloads
16
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 install
npm run build:css
- The built css should now be inside of the
/dist
directory
License
2016 MIT © Emmanuel (Manny) Narh