sasstree
v0.0.12
Published
A Sass parser built in JavaScript.
Downloads
48
Readme
SassTree
:construction: Under construction! Not ready for public use. :construction:
SassTree is a JavaScript SCSS parser.
Usage
As a Node module:
var sasstree = require('sasstree');
sasstree.parse('.test { color: red }');
From the command line:
npm install -g sasstree
sasstree <INPUT_FILE>
Development
npm install
./bin/sasstree tests/input.scss