https://github.com/drylikov/nwb_stylus
Stylus plugin for NWB.
https://github.com/drylikov/nwb_stylus
Last synced: 9 days ago
JSON representation
Stylus plugin for NWB.
- Host: GitHub
- URL: https://github.com/drylikov/nwb_stylus
- Owner: drylikov
- License: mit
- Created: 2024-07-17T11:47:51.000Z (9 months ago)
- Default Branch: drylikov
- Last Pushed: 2024-07-17T12:07:11.000Z (9 months ago)
- Last Synced: 2025-03-27T14:06:12.439Z (27 days ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NWB_stylus
[![npm package][npm-badge]][npm]
Plugin enabling a [Stylus](http://stylus-lang.com/) loading pipeline for `.styl` files in [nwb](https://github.com/drylikov/NWB) using [stylus-loader](https://github.com/shama/stylus-loader).
## Usage
Install in a project you're using nwb to develop and nwb will detect and load the plugin:
```
npm install --save-dev nwb-stylus
```