https://github.com/jstransformers/jstransformer-analyze-css
AnalyzeCSS support for JSTransformers.
https://github.com/jstransformers/jstransformer-analyze-css
Last synced: about 2 months ago
JSON representation
AnalyzeCSS support for JSTransformers.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-analyze-css
- Owner: jstransformers
- License: mit
- Created: 2015-04-28T10:11:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T20:46:00.000Z (over 2 years ago)
- Last Synced: 2026-01-01T22:09:22.855Z (6 months ago)
- Language: JavaScript
- Homepage: http://npm.im/jstransformer-analyze-css
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-analyze-css
[AnalyzeCSS](https://github.com/macbre/analyze-css) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-analyze-css)
[](https://codecov.io/gh/jstransformers/jstransformer-analyze-css)
[](http://david-dm.org/jstransformers/jstransformer-analyze-css)
[](https://greenkeeper.io/)
[](https://www.npmjs.org/package/jstransformer-analyze-css)
## Installation
npm install jstransformer-analyze-css
## API
```js
var analyzer = require('jstransformer')(require('jstransformer-analyze-css'))
analyzer.renderAsync('.bar {margin: 0 !important}')
.then(function (stats) {
//=> JSON object as https://github.com/macbre/analyze-css#results
})
```
## License
MIT