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
+2
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,7 @@ And run `webpack` via your preferred method.
133
133
|[`execute`](#execute)|`{Boolean}`|`undefined`| Enable PostCSS Parser support in `CSS-in-JS`|
134
134
|[`postcssOptions`](#postcssOptions)|`{Object\|Function}`|`defaults values for Postcss.process`| Set `PostCSS` options and plugins |
135
135
|[`sourceMap`](#sourcemap)|`{Boolean}`|`compiler.devtool`| Enables/Disables generation of source maps |
136
+
|[`implementation`](#implementation)|`{Function\|String}`|`postcss`| Setup PostCSS implementation to use |
136
137
137
138
### `execute`
138
139
@@ -598,6 +599,7 @@ module.exports = {
598
599
### `implementation`
599
600
600
601
Type: `Function | String`
602
+
Default: `postcss`
601
603
602
604
The special `implementation` option determines which implementation of PostCSS to use. Overrides the locally installed `peerDependency` version of `postcss`.
0 commit comments