Skip to content

Commit

Permalink
fix(postcss-config): accept postcss-normalize 9.0.0 for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Apr 30, 2021
1 parent 119098e commit baf9307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/postcss-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cssnano-preset-advanced": "^5.0.1",
"postcss-import": "^14.0.1",
"postcss-modules": "^4.0.0",
"postcss-normalize": "^10.0.0",
"postcss-normalize": "^9.0.0 || ^10.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-url": "^10.1.3"
},
Expand Down

0 comments on commit baf9307

Please sign in to comment.