jstransformer-precss

0.3.0 • Public • Published

jstransformer-precss

PreCSS support for JSTransformers.

Build Status Coverage Status Dependency Status Greenkeeper badge NPM version

Installation

npm install jstransformer-precss

API

var precss = require('jstransformer')(require('jstransformer-precss'))
 
var input = `$blue: #056ef0
.menu_link {
    background: $blue;
}`
 
precss.render(input).body
//=> `.menu_link {
    background: #056ef0;
}`

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i jstransformer-precss

Weekly Downloads

16

Version

0.3.0

License

MIT

Last publish

Collaborators

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