construx-stylus
v1.0.0
Published
stylus compiler plugin for construx
Downloads
107
Readme
construx-stylus
Lead Maintainer: Matt Edelman
construx plugin for JIT-compiling stylus resources during development of express applications.
Usage
Install
$ npm install --save-dev construx-stylus
Configure
Where you configure your construx plugins:
{
"stylus": {
"module": "path:./lib/stylus",
"files": "/css/**/*.css",
"plugins": ["nib", "jeet"],
"ext": "styl"
}
}
Note: See construx README for general usage of construx