builder-css-whitespace
v0.0.1
Published
css-whitespace plugin for component-builder2.js
Downloads
4
Maintainers
Readme
builder css-whitespace
css-whitespace plugin for component-builder2.js.
Installation
$ npm install builder-css-whitespace
Usage
var build = require('component-builder2')
var whitespace = require('builder-css-whitespace')
build.styles(nodes, options)
.use('styles', whitespace())
.pipe(process.stdout)
Tests
make
Licence
MIT