# nwb-node-sass-magic-importer

[![npm package][npm-badge]][npm]

Plugin enabling [Sass](http://sass-lang.com/) loading rules for `.scss` and `.sass` files in [nwb](https://github.com/insin/nwb) using [sass-loader](https://github.com/jtangelder/sass-loader) and [node-sass-magic-importer](https://github.com/maoberlehner/node-sass-magic-importer).

## Usage

Install in a project you're using nwb to develop and nwb will detect and load the plugin:

```
npm install --save-dev nwb-node-sass-magic-importer
```

## License

MIT