Commit 159ef6ae by Dean Mao

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

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