Skip to content

Commit bc505f7

Browse files
author
Isiah Meadows
committed
Fix a syntax error in README.md
1 parent 430fc34 commit bc505f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ var atImport = require("postcss-import")
189189

190190
var css = postcss()
191191
.use(atImport({
192-
path: ["src/css"]
192+
path: ["src/css"],
193193
transform: require("css-whitespace")
194194
}))
195195
.process(cssString)

0 commit comments

Comments
 (0)