Skip to content

Commit 069bc31

Browse files
2hu12kazupon
authored andcommitted
Update postcss.md (vuejs#1034)
Just add quotes for PostCSS option value to make it valid.
1 parent ff1555b commit 069bc31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/features/postcss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ In addition to providing an Array of plugins, the `postcss` option also accepts:
6262
postcss: {
6363
plugins: [...], // list of plugins
6464
options: {
65-
parser: sugarss // use sugarss parser
65+
parser: 'sugarss' // use sugarss parser
6666
}
6767
}
6868
```

0 commit comments

Comments
 (0)