stc-sass

1.0.2 • Public • Published

stc-sass

Sass Transpile for StcJS

Install

npm install  stc-sass --save-dev

How to Use

var sass = require('stc-sass');

stc.transpile({
  sass: {plugin: sass, include: /\.scss$/, options: {
    sourceMap: true
  }}
});

More options

You can see https://github.com/sass/node-sass#options to get more options.

/stc-sass/

    Package Sidebar

    Install

    npm i stc-sass

    Weekly Downloads

    3

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • lizheming