diff --git a/docs/en/features/postcss.md b/docs/en/features/postcss.md index d4d16beff..d97f07379 100644 --- a/docs/en/features/postcss.md +++ b/docs/en/features/postcss.md @@ -62,7 +62,7 @@ In addition to providing an Array of plugins, the `postcss` option also accepts: postcss: { plugins: [...], // list of plugins options: { - parser: sugarss // use sugarss parser + parser: 'sugarss' // use sugarss parser } } ```