Socket
Book a DemoInstallSign in
Socket

jstransformer-precss

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jstransformer-precss

PreCSS support for JSTransformers.

latest
Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
7
16.67%
Maintainers
6
Weekly downloads
 
Created
Source

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

Keywords

jstransformer

FAQs

Package last updated on 10 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts