stylwriter

0.0.6 • Public • Published

StylWriter

Simple module to convert styl files to css files and write the css file to disk.

Example

Typical usage in a http route. If a stream is passed as a second argument, the compiled css will be streamed out.

var stylwriter = require('stylwriter')
function(req, res){
  stylwriter('styles.styl', res)
}

Readme

Keywords

Package Sidebar

Install

npm i stylwriter

Weekly Downloads

0

Version

0.0.6

License

BSD

Last publish

Collaborators

  • rt2zz