Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

DFurnes/sasstree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SassTree NPM Version wercker status

⚠️ No longer maintained. Take a look at postcss-scss for an alternative.

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