https://github.com/jstransformers/jstransformer-sass
SASS support for JSTransformers.
https://github.com/jstransformers/jstransformer-sass
Last synced: 11 months ago
JSON representation
SASS support for JSTransformers.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-sass
- Owner: jstransformers
- License: mit
- Created: 2014-11-18T16:06:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T05:25:43.000Z (over 1 year ago)
- Last Synced: 2024-11-08T06:25:18.644Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://npmjs.com/jstransformer-sass
- Size: 64.5 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-sass
[SASS](https://github.com/sass/node-sass) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-sass)
[](https://codecov.io/gh/jstransformers/jstransformer-sass)
[](http://david-dm.org/jstransformers/jstransformer-sass)
[](https://www.npmjs.org/package/jstransformer-sass)
## Installation
npm install jstransformer-sass
## API
```js
var sass = require('jstransformer')(require('jstransformer-sass'))
sass.render('h1\n color: red').body
//=> 'h1 {\n color: red;\n}'
```
## License
MIT