Skip to content

Commit 375412c

Browse files
authored
change postcss to 8.x (#343)
1 parent 6480f02 commit 375412c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"style-inject": "^0.3.0"
6767
},
6868
"peerDependencies": {
69-
"postcss": "^8.1.14"
69+
"postcss": "8.x"
7070
},
7171
"xo": {
7272
"extends": "rem",
@@ -103,4 +103,4 @@
103103
"next"
104104
]
105105
}
106-
}
106+
}

0 commit comments

Comments
 (0)