Commit b8966dcb by chrismcc

Fix renderSync example.

For us copy/paste warriors.
parent 04dd6f22
......@@ -84,9 +84,9 @@ sass.render({
});
// OR
console.log(sass.renderSync({
data: 'body{background:blue; a{color:black;}}'),
data: 'body{background:blue; a{color:black;}}',
outputStyle: 'compressed'
});
}));
```
### 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