Commit b84a644f by Andrew Nesbitt

Merge pull request #234 from speedmanly/patch-1

Fix renderSync example.
parents 04dd6f22 b8966dcb
...@@ -84,9 +84,9 @@ sass.render({ ...@@ -84,9 +84,9 @@ sass.render({
}); });
// OR // OR
console.log(sass.renderSync({ console.log(sass.renderSync({
data: 'body{background:blue; a{color:black;}}'), data: 'body{background:blue; a{color:black;}}',
outputStyle: 'compressed' outputStyle: 'compressed'
}); }));
``` ```
### Edge-case behaviours ### Edge-case behaviours
......
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