We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bafb8a1 commit 7d86fb5Copy full SHA for 7d86fb5
1 file changed
CHANGELOG.md
@@ -11,7 +11,11 @@
11
12
### BREAKING CHANGES
13
14
-drop support for node 18
+- PostCSS plugin should now be imported via purgeCSSPlugin
15
+```ts
16
+import { purgeCSSPlugin } from '@fullhuman/postcss-purgecss';
17
+```
18
+- drop support for node 18
19
20
# [](https://github.com/FullHuman/purgecss/compare/v6.0.0...v) (2024-03-29)
21
0 commit comments