0.0.6 • Published 10 years ago

stylwriter v0.0.6

Weekly downloads
2
License
BSD
Repository
github
Last release
10 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

10 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago

0.0.0

12 years ago