jstransformer-stylus

v0.0.5
Stylus support for JSTransformers.
jstransformer stylus

jstransformer-stylus

Stylus support for JSTransformers.

Build Status Coverage Status Dependency Status Greenkeeper badge NPM version

Installation

npm install jstransformer-stylus

API

var stylus = require('jstransformer')(require('jstransformer-stylus'))

var css = "fonts = helvetica, arial, sans-serif\
body {\
  padding: 50px;\
  font: 14px/1.4 fonts;\
}"
stylus.render(css).body

License

MIT

Metadata

  • MIT
  • Whatever
  • JSTransformers Team
  • released 6/26/2015

Downloads