Commit 9f45e355 by Andrew Nesbitt

Slightly better readme

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