Commit ebf1efbc by Brett Wilkins

Update README.md

parent b0347930
...@@ -36,7 +36,7 @@ sass.render('body{background:blue; a{color:black;}}', function(err, css){ ...@@ -36,7 +36,7 @@ sass.render('body{background:blue; a{color:black;}}', function(err, css){
console.log(css) console.log(css)
}/*, { includePaths: [ 'lib/', 'mod/' ], outputStyle: 'compressed' }*/); }/*, { includePaths: [ 'lib/', 'mod/' ], outputStyle: 'compressed' }*/);
// OR // OR
console.log(sass.renderSync('body{background:blue; a{color:black;}}')); console.log(sass.renderSync('body{background:blue; a{color:black;}}')/*, { includePaths: [ 'lib/', 'mod/' ], outputStyle: 'compressed' }*/);
``` ```
## Connect/Express middleware ## Connect/Express middleware
......
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