jstransformer-postcss

1.3.0 • Public • Published

jstransformer-postcss

PostCSS support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-postcss

API

var postcss = require('jstransformer')(require('jstransformer-postcss'));
 
postcss.render('div.postcss { width: 100%; }').body
//=> 'div.postcss { width: 100%; }'

License

MIT

/jstransformer-postcss/

    Package Sidebar

    Install

    npm i jstransformer-postcss

    Weekly Downloads

    18

    Version

    1.3.0

    License

    MIT

    Last publish

    Collaborators

    • stoeffel
    • schtoeffel
    • hemanth
    • timothygu
    • calebeby
    • tunnckocore