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: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,20 @@ Third paramater is the options object containing any PostCSS configuration you m
153
153
}
154
154
```
155
155
156
+
##### `postcss`
157
+
158
+
* Type: `Object`
159
+
* Default: `undefined`
160
+
161
+
Options that are passed directly to `postcss`, as per [the documentation](https://github.com/postcss/postcss/blob/master/docs/api.md#processorprocesscss-opts).
0 commit comments