https://github.com/jstransformers/jstransformer-postcss
PostCSS support for JSTransformers.
https://github.com/jstransformers/jstransformer-postcss
Last synced: over 1 year ago
JSON representation
PostCSS support for JSTransformers.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-postcss
- Owner: jstransformers
- License: mit
- Created: 2015-04-03T00:18:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T08:13:02.000Z (over 2 years ago)
- Last Synced: 2025-02-21T15:51:44.863Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://npm.im/jstransformer-postcss
- Size: 84 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-postcss
[PostCSS](https://github.com/postcss/postcss) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-postcss)
[](https://codecov.io/gh/jstransformers/jstransformer-postcss)
[](http://david-dm.org/jstransformers/jstransformer-postcss)
[](https://www.npmjs.org/package/jstransformer-postcss)
## Installation
npm install jstransformer-postcss
## API
```js
var postcss = require('jstransformer')(require('jstransformer-postcss'))
postcss.render('div.postcss { width: 100%; }').body
//=> 'div.postcss { width: 100%; }'
```
## License
MIT