Commit c6f2e5a1 by Zoran Pandovski Committed by Nick Schonning

doc: README example fix (#2787)

Fix Unexpected token ) on the render example
parent fbc9ff5a
...@@ -424,7 +424,7 @@ var result = sass.renderSync({ ...@@ -424,7 +424,7 @@ var result = sass.renderSync({
var result = someSyncFunction(url, prev); var result = someSyncFunction(url, prev);
return {file: result.path, contents: result.data}; return {file: result.path, contents: result.data};
} }
})); });
console.log(result.css); console.log(result.css);
console.log(result.map); console.log(result.map);
......
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