Skip to content

Commit 2457159

Browse files
committed
docs: add note on postcss 7 support
postcss 7 not supported on version 4.0 and above
1 parent 4198cfa commit 2457159

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/plugins/postcss.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ meta:
2424

2525
# PostCSS
2626

27+
::: warning
28+
If you are using PostCSS 7, install @fullhuman/postcss-purgecss 3.0.0: `npm i -D @fullhuman/postcss-purgecss@3.0.0`.
29+
From version 4.0, it is compatible with PostCSS >=8 only.
30+
:::
31+
2732
## Installation
2833

2934
```

0 commit comments

Comments
 (0)