jstransformer-styl

v0.2.0
Styl support for JSTransformers.
jstransformer styl

jstransformer-styl

Styl support for JSTransformers.

Build Status Coverage Status Dependency Status Greenkeeper badge NPM version

Installation

npm install jstransformer-styl

API

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 }).body

License

MIT

npm i jstransformer-styl

Metadata

  • MIT
  • >=4
  • JSTransformers Team
  • released 6/11/2017

Downloads