1.0.0 • Published 9 years ago

construx-stylus v1.0.0

Weekly downloads
9
License
-
Repository
github
Last release
9 years ago

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

1.0.0

9 years ago

0.0.1

9 years ago