Skip to content

Commit

Permalink
docs: add breaking changes for v7 about named export for postcss plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ffloriel committed Nov 22, 2024
1 parent bafb8a1 commit 7d86fb5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@

### BREAKING CHANGES

drop support for node 18
- PostCSS plugin should now be imported via purgeCSSPlugin
```ts
import { purgeCSSPlugin } from '@fullhuman/postcss-purgecss';
```
- drop support for node 18

# [](https://github.com/FullHuman/purgecss/compare/v6.0.0...v) (2024-03-29)

Expand Down

0 comments on commit 7d86fb5

Please sign in to comment.