0.0.6 • Published 9 years ago

stylwriter v0.0.6

Weekly downloads
2
License
BSD
Repository
github
Last release
9 years ago

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

9 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago