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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.6
    8
    • latest

Version History

Package Sidebar

Install

npm i stylwriter

Weekly Downloads

17

Version

0.0.6

License

BSD

Last publish

Collaborators

  • rt2zz