Commit e05d8f2a by Andrew Nesbitt

Updated readme

parent 34194da4
...@@ -4,16 +4,18 @@ Node bindings to libsass ...@@ -4,16 +4,18 @@ Node bindings to libsass
*work in progress* *work in progress*
## Usage ## Install
node-waf configure && node-waf build
node-gyp configure && node-gyp build ## Usage
var sass = require('./sass'); var sass = require('./sass');
sass.render('scss string'); sass.render('body{background:blue; a{color:black;}}');
## TODO ## TODO
* fix build script * error handling
* express middleware * express middleware
* file context * file context
* folder 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