Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drylikov/nwb_stylus
Stylus plugin for NWB.
https://github.com/drylikov/nwb_stylus
Last synced: 8 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 (4 months ago)
- Default Branch: drylikov
- Last Pushed: 2024-07-17T12:07:11.000Z (4 months ago)
- Last Synced: 2024-07-18T15:23:09.867Z (4 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- 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
```