Commit 9b6c9a2c by Marcin Cieślak

Merge pull request #1028 from JAFong/fixes

Remove extra ',' in README
parents 5c5d2ccc 6ff40979
......@@ -342,7 +342,7 @@ var result = sass.renderSync({
// OR
var result = someSyncFunction(url, prev);
return {file: result.path, contents: result.data};
},
}
}));
console.log(result.css);
......
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