Commit 159ef6ae by Dean Mao

Merge branch 'master' of github.com:andrew/node-sass

parents 8a7ea3ec 699a72ec
......@@ -2,7 +2,7 @@
Node bindings to libsass
*work in progress*
Find it on npm: <http://search.npmjs.org/#/node-sass>
## Install
......@@ -10,7 +10,7 @@ Node bindings to libsass
## Usage
var sass = require('./sass');
var sass = require('sass');
sass.render('body{background:blue; a{color:black;}}', function(err, css){
console.log(css)
});
......@@ -34,5 +34,5 @@ Heavily inspired by <https://github.com/LearnBoost/stylus>
* sass compression options
* publish npm
* file context
* folder context
* file context?
* folder context?
{
"author": "Andrew Nesbitt <andrewnez@gmail.com> (http://andrew.github.com)",
"name": "sass",
"name": "node-sass",
"description": "wrapper around libsass",
"version": "0.2.0",
"homepage": "http://github.com/andrew/node-sass",
......
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