jstransformer-css-whitespace

0.0.2 • Public • Published

jstransformer-css-whitespace

Whitespace significant CSS support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-css-whitespace

API

var css = require('jstransformer')(require('jstransformer-css-whitespace'))
 
css.render('body\n  color: #888\n').body
//=> 'body { color: #888; }'

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i jstransformer-css-whitespace

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • calebeby
  • forbeslindesay
  • hemanth
  • robloach
  • stoeffel
  • timothygu