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.
- Host: GitHub
- URL: https://github.com/drylikov/nwb_less
- Owner: drylikov
- License: mit
- Created: 2024-07-17T21:31:01.000Z (9 months ago)
- Default Branch: drylikov
- Last Pushed: 2024-09-07T01:26:53.000Z (8 months ago)
- Last Synced: 2025-03-27T14:04:49.780Z (27 days ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```