npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

jstransformer-csso

0.1.0

@robloach

npmHomeRepoSnykSocket
Downloads:5
$ npm install jstransformer-csso
DailyWeeklyMonthlyYearly

jstransformer-csso

CSSO support for JSTransformers.

Build Status Coverage Status Dependency Status Greenkeeper badge NPM version

Installation

npm install jstransformer-csso

API

var csso = require('jstransformer')(require('jstransformer-csso'));

csso.render('.csso { color: #ff0000; } .bar { color: rgba(255, 0, 0, 1); }').body
//=> '.bar,.csso{color:red}'

License

MIT