construx-stylus

1.0.0 • Public • Published

construx-stylus

Lead Maintainer: Matt Edelman

Build Status NPM version

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

Package Sidebar

Install

npm i construx-stylus

Weekly Downloads

17

Version

1.0.0

License

Apache 2.0

Last publish

Collaborators

  • grawk