0.0.12 • Published 10 years ago

sasstree v0.0.12

Weekly downloads
98
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago