Skip to content

Commit 5db28c3

Browse files
ZeroChoRyanZim
authored andcommitted
Remove transform option from README.md (#292)
1 parent 99fd0f8 commit 5db28c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ var atImport = require("postcss-import")
186186
postcss()
187187
.use(atImport({
188188
path: ["src/css"],
189-
transform: require("css-whitespace")
190189
}))
191190
.process(cssString)
192191
.then(function (result) {

0 commit comments

Comments
 (0)