v8.5.0
-
The
postcss
option now supports an object format that allows passing additional options to the PostCSS processor instance. This is useful when you are using PostCSS projects that relies on custom parser/stringifiers: (@esiao)postcss: { plugins: [...], // list of plugins options: { parser: sugarss // use sugarss parser } }