Skip to content

stcjs/stc-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published