https://github.com/jstransformers/jstransformer-rework
ReworkCSS support for JS Transformers. CSS to CSS transformation.
https://github.com/jstransformers/jstransformer-rework
Last synced: over 1 year ago
JSON representation
ReworkCSS support for JS Transformers. CSS to CSS transformation.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-rework
- Owner: jstransformers
- License: mit
- Created: 2015-04-08T14:16:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T03:52:26.000Z (about 6 years ago)
- Last Synced: 2025-02-22T09:40:01.882Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://npm.im/jstransformer-rework
- Size: 52.7 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-rework
[ReworkCSS](https://github.com/reworkcss/css) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-rework)
[](https://codecov.io/gh/jstransformers/jstransformer-rework)
[](http://david-dm.org/jstransformers/jstransformer-rework)
[](https://www.npmjs.org/package/jstransformer-rework)
## Installation
npm install jstransformer-rework
## API
```js
var rework = require('jstransformer')(require('jstransformer-rework'))
rework.render('blah').body
//=> 'blah'
```
## License
MIT