Skip to content

Commit 2a8b3f7

Browse files
authored
fix: Update postcss peer dependency version range
1 parent da82275 commit 2a8b3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/postcss-if-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"test:vitest:watch": "vitest"
5353
},
5454
"peerDependencies": {
55-
"postcss": "8.0.0"
55+
"postcss": ">=8 <9"
5656
},
5757
"dependencies": {
5858
"css-if-polyfill": "workspace:*"

0 commit comments

Comments
 (0)