1.2.0 • Published 9 years ago
jstransformer-stylus v1.2.0
jstransformer-stylus
Stylus support for JSTransformers.
Installation
npm install jstransformer-stylusAPI
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).bodyLicense
MIT