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

https://github.com/drylikov/nwb_less

Less plugin for NWB.
https://github.com/drylikov/nwb_less

Last synced: 9 days ago
JSON representation

Less plugin for NWB.

Awesome Lists containing this project

README

        

# NWB Less

Plugin enabling a [Less](http://lesscss.org/) loading pipeline for `.less` files in [nwb](https://github.com/drylikov/NWB) using [less-loader](https://github.com/webpack-contrib/less-loader#readme).

## Usage

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

```
npm install --save-dev nwb-less
```