Skip to content

Commit 58ae154

Browse files
snuggsMoOx
authored andcommitted
Add missing comma to README.md example (#222)
Missing comma in configuration example. Thank you!
1 parent 8c3230e commit 58ae154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ var atImport = require("postcss-import")
217217

218218
postcss()
219219
.use(atImport({
220-
path: ["src/css"]
220+
path: ["src/css"],
221221
transform: require("css-whitespace")
222222
}))
223223
.process(cssString)

0 commit comments

Comments
 (0)