Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

jstransformer-postcss

Package Overview
Dependencies
Maintainers
6
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jstransformer-postcss

PostCSS support for JS Transformers. CSS to CSS transformation.

Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
26
Maintainers
6
Weekly downloads
 
Created
Source

npm mit license build status coverage status deps status

PostCSS support for JS Transformers. CSS to CSS transformation.

Install

npm i --save jstransformer-postcss
npm test

Usage

For more use-cases see the tests

var postcss = require('jstransformer')(require('jstransformer-postcss'));
  • jstransformer: Normalize the API of any jstransformer
  • jstransformer-myth: Myth support for JS Transformers
  • jstransformer-styl: JSTransformer support for styl.
  • jstransformer-stylus: Transform stylus into css
  • jstransformer-rework: ReworkCSS support for JS Transformers. CSS to CSS transformation.
  • cssom: CSS Object Model implementation and CSS parser
  • css: CSS parser / stringifier
  • rework: Plugin framework for CSS preprocessing
  • postcss: Tool for transforming CSS with JS plugins
  • myth: A CSS preprocessor that acts like a polyfill for future versions of the spec.
  • styl: CSS pre-processor built on Rework
  • stylus: Robust, expressive, and feature-rich CSS superset

License MIT license

Copyright (c) 2015 JSTransformers, Charlike Mike Reagent, contributors.
Released under the MIT license.

Proudly generated by docks(1), April 10, 2015

Keywords

css

FAQs

Package last updated on 22 Apr 2015

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