Skip to content

Kerio/kerio-sass-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kerio SASS.js

Usage

var scss = require('kerio-sass-js');

var text = '/* SCSS */ h1 { color: red; }';
scss.process(text);

console.log(scss.definitions); // use before .toCss()
console.log(scss.toCss());     // .definitions are empty after calling this

See live demo here.

Run tests

npm test

Releases

No releases published

Packages

No packages published