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
+28-1
Original file line number
Diff line number
Diff line change
@@ -597,12 +597,14 @@ module.exports = {
597
597
598
598
### `implementation`
599
599
600
-
Type: `Function`
600
+
Type: `Function | String`
601
601
602
602
The special `implementation` option determines which implementation of PostCSS to use. Overrides the locally installed `peerDependency` version of `postcss`.
603
603
604
604
**This option is only really useful for downstream tooling authors to ease the PostCSS 7-to-8 transition.**
Copy file name to clipboardExpand all lines: src/options.json
+8-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,14 @@
39
39
},
40
40
"implementation": {
41
41
"description": "The implementation of postcss to use, instead of the locally installed version (https://github.com/postcss/postcss-loader#implementation)",
0 commit comments