jstransformer-styl

0.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i jstransformer-styl

Weekly Downloads

1

Version

0.2.0

License

MIT

Last publish

Collaborators

  • calebeby
  • forbeslindesay
  • hemanth
  • robloach
  • stoeffel
  • timothygu