SassTree is a JavaScript SCSS parser.
As a Node module:
var sasstree = require('sasstree');
sasstree.parse('.test { color: red }');
From the command line:
npm install -g sasstree
sasstree <INPUT_FILE>
npm install
./bin/sasstree tests/input.scss
SassTree is a JavaScript SCSS parser.
As a Node module:
var sasstree = require('sasstree');
sasstree.parse('.test { color: red }');
From the command line:
npm install -g sasstree
sasstree <INPUT_FILE>
npm install
./bin/sasstree tests/input.scss