Skip to content

Commit

Permalink
doc: README example fix (#2787)
Browse files Browse the repository at this point in the history
Fix Unexpected token ) on the render example
  • Loading branch information
ZoranPandovski authored and nschonni committed Nov 17, 2019
1 parent fbc9ff5 commit c6f2e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -424,7 +424,7 @@ var result = sass.renderSync({
var result = someSyncFunction(url, prev);
return {file: result.path, contents: result.data};
}
}));
});

console.log(result.css);
console.log(result.map);
Expand Down

0 comments on commit c6f2e5a

Please sign in to comment.