jstransformer-stylus

v1.5.0
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

npm i jstransformer-stylus

Metadata

  • MIT
  • >=4
  • JSTransformers Team
  • released 12/16/2017

Downloads