npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

jstransformer-styl

0.2.0

@robloach

npmHomeRepoSnykSocket
Downloads:0
$ npm install jstransformer-styl
DailyWeeklyMonthlyYearly

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