cherta-nwb-sass
Version:
Sass plugin for nwb
21 lines (12 loc) • 761 B
Markdown
# nwb-sass
[![npm package][npm-badge]][npm]
Plugin enabling a [Sass](http://sass-lang.com/) loading pipeline for `.scss` files in [nwb](https://github.com/insin/nwb) using [sass-loader](https://github.com/jtangelder/sass-loader).
## Usage
Install in a project you're using nwb to develop and nwb will detect and load the plugin:
```
npm install --save-dev nwb-sass
```
**Note:** if node-sass has trouble installing binaries on your platform, [pre-built binaries can be found here](https://github.com/sass/node-sass-binaries) and should be placed in `node-sass/vendor/` (inside your `node_modules/`) as `binding.node`.
## MIT Licensed
[npm-badge]: https://img.shields.io/npm/v/nwb-sass.svg?style=flat-square
[npm]: https://www.npmjs.org/package/nwb-sass