https://github.com/jstransformers/jstransformer-scss
SCSS support for JSTransformers.
https://github.com/jstransformers/jstransformer-scss
Last synced: 12 months ago
JSON representation
SCSS support for JSTransformers.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-scss
- Owner: jstransformers
- License: mit
- Created: 2014-11-18T16:00:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T13:53:56.000Z (almost 4 years ago)
- Last Synced: 2024-10-28T15:33:21.565Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://npmjs.com/jstransformer-scss
- Size: 79.1 KB
- Stars: 4
- Watchers: 3
- Forks: 11
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-scss
[SCSS](https://www.npmjs.com/package/node-sass) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-scss)
[](https://codecov.io/gh/jstransformers/jstransformer-scss)
[](http://david-dm.org/jstransformers/jstransformer-scss)
[](https://www.npmjs.org/package/jstransformer-scss)
## Installation
npm install jstransformer-scss
## API
```js
var scss = require('jstransformer')(require('jstransformer-scss'))
scss.renderFile('example.scss').body
// => Compiled CSS.
```
## License
MIT