https://github.com/drylikov/nwb_sass
Sass plugin for NWB.
https://github.com/drylikov/nwb_sass
Last synced: 11 days ago
JSON representation
Sass plugin for NWB.
- Host: GitHub
- URL: https://github.com/drylikov/nwb_sass
- Owner: drylikov
- License: mit
- Created: 2024-07-14T22:25:57.000Z (9 months ago)
- Default Branch: drylikov
- Last Pushed: 2024-07-14T22:30:06.000Z (9 months ago)
- Last Synced: 2025-03-27T14:06:53.593Z (29 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```