0.0.12 • Published 9 years ago

sasstree v0.0.12

Weekly downloads
98
License
MIT
Repository
github
Last release
9 years ago

SassTree NPM Version wercker status

: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
0.0.12

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago