Commit 9f45e355 by Andrew Nesbitt

Slightly better readme

parent 961fbcdd
......@@ -8,11 +8,12 @@ Node bindings to libsass
CXX=clang node-waf configure && node-waf build
sass = require('./sass');
sass.render('scss string')
var sass = require('./sass');
sass.render('scss string');
## TODO
* fix build script
* 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