Skip to content

Commit 14f83a0

Browse files
authored
docs: update the implementation option (#533)
1 parent bd26187 commit 14f83a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ And run `webpack` via your preferred method.
133133
| [`execute`](#execute) | `{Boolean}` | `undefined` | Enable PostCSS Parser support in `CSS-in-JS` |
134134
| [`postcssOptions`](#postcssOptions) | `{Object\|Function}` | `defaults values for Postcss.process` | Set `PostCSS` options and plugins |
135135
| [`sourceMap`](#sourcemap) | `{Boolean}` | `compiler.devtool` | Enables/Disables generation of source maps |
136+
| [`implementation`](#implementation) | `{Function\|String}` | `postcss` | Setup PostCSS implementation to use |
136137

137138
### `execute`
138139

@@ -598,6 +599,7 @@ module.exports = {
598599
### `implementation`
599600

600601
Type: `Function | String`
602+
Default: `postcss`
601603

602604
The special `implementation` option determines which implementation of PostCSS to use. Overrides the locally installed `peerDependency` version of `postcss`.
603605

0 commit comments

Comments
 (0)