Commit e05d8f2a by Andrew Nesbitt

Updated readme

parent 34194da4
......@@ -4,16 +4,18 @@ Node bindings to libsass
*work in progress*
## Usage
## Install
node-waf configure && node-waf build
node-gyp configure && node-gyp build
## Usage
var sass = require('./sass');
sass.render('scss string');
sass.render('body{background:blue; a{color:black;}}');
## TODO
* fix build script
* error handling
* express middleware
* file context
* folder context
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment