UNPKG

937 BMarkdownView Raw
1# jstransformer-scss
2
3[SCSS](https://www.npmjs.com/package/node-sass) support for [JSTransformers](http://github.com/jstransformers).
4
5[![Build Status](https://img.shields.io/travis/jstransformers/jstransformer-scss/master.svg)](https://travis-ci.org/jstransformers/jstransformer-scss)
6[![Coverage Status](https://img.shields.io/codecov/c/github/jstransformers/jstransformer-scss/master.svg)](https://codecov.io/gh/jstransformers/jstransformer-scss)
7[![Dependency Status](https://img.shields.io/david/jstransformers/jstransformer-scss/master.svg)](http://david-dm.org/jstransformers/jstransformer-scss)
8[![NPM version](https://img.shields.io/npm/v/jstransformer-scss.svg)](https://www.npmjs.org/package/jstransformer-scss)
9
10## Installation
11
12 npm install jstransformer-scss
13
14## API
15
16```js
17var scss = require('jstransformer')(require('jstransformer-scss'))
18
19scss.renderFile('example.scss').body
20// => Compiled CSS.
21```
22
23## License
24
25MIT