jstransformer-css
v0.2.0
Published
Transform CSS to JSON AST using `reworkcss/css`.
Downloads
4
Keywords
Readme
Transform CSS to JSON AST using reworkcss/css.
Install
npm i --save jstransformer-css
npm test
Usage
For more use-cases see the tests
var css = require('jstransformer-css');
css.render('body {\n font-size: 12px;\n}');
//=> json abstract syntax tree
Related
- blink: Blink converts Node.js modules into CSS and provides a CSS Authoring Framework, with BEM support.
- absurd: JavaScript library with superpowers - http://absurdjs.com/
- css: CSS parser / stringifier
- rework: Plugin framework for CSS preprocessing
- gonzales: Gonzales — fast CSS parser
- postcss: Tool for transforming CSS with JS plugins
- cssp: CSSP — Ometa-JS based CSS parser
- cssom: CSS Object Model implementation and CSS parser
Related
- 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.
License
Copyright (c) 2015 JSTransformers, Charlike Mike Reagent, contributors.
Released under the MIT
license.
Proudly generated by docks(1), April 10, 2015