jstransformer-suitcss

1.0.0 • Public • Published

jstransformer-suitcss

SuitCSS support for JSTransformers.

Build Status Coverage Status Dependency Status Greenkeeper badge NPM version

Installation

npm install jstransformer-suitcss

API

var suitcss = require('jstransformer')(require('jstransformer-suitcss'));
 
suitcss.render(':root {--red: #0F0;} body {color: var(--red);}').body
//=>
// body {
//   color: #0F0;
// }

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i jstransformer-suitcss

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • stoeffel
  • hemanth
  • timothygu
  • calebeby
  • vanchoy
  • tunnckocore