You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/features/postcss.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,3 +47,18 @@ module.exports = {
47
47
}
48
48
}
49
49
```
50
+
51
+
In addition to providing an Array of plugins, the `postcss` option also accepts:
52
+
53
+
- A function that returns an array of plugins;
54
+
55
+
- An object that contains options to be passed to the PostCSS processor. This is useful when you are using PostCSS projects that relies on custom parser/stringifiers:
0 commit comments