jstransformer-styl
v0.2.0
Published
Styl support for JSTransformers.
Readme
jstransformer-styl
Styl support for JSTransformers.
Installation
npm install jstransformer-stylAPI
var styl = require('jstransformer')(require('jstransformer-styl'))
var input = "#logo\
width: 50px\
height: @width\
absolute: top 100px left 50%\
background: linear-gradient(top, black, white)";
styl.render(input, { whitespace: true }).bodyLicense
MIT
