Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drylikov/nwb_sass

Sass plugin for NWB.
https://github.com/drylikov/nwb_sass

Last synced: 8 days ago
JSON representation

Sass plugin for NWB.

Awesome Lists containing this project

README

        

# NWB_Sass

Plugin enabling [Sass](http://sass-lang.com/) loading rules for `.scss` and `.sass` files in [nwb](https://github.com/drylikov/NWB) using [sass-loader](https://github.com/webpack-contrib/sass-loader) and [node-sass](https://github.com/sass/node-sass).

## 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
```