We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1555b commit 069bc31Copy full SHA for 069bc31
docs/en/features/postcss.md
@@ -62,7 +62,7 @@ In addition to providing an Array of plugins, the `postcss` option also accepts:
62
postcss: {
63
plugins: [...], // list of plugins
64
options: {
65
- parser: sugarss // use sugarss parser
+ parser: 'sugarss' // use sugarss parser
66
}
67
68
```
0 commit comments