feat(compiler-sfc): upgrade to postcss 8 (#2710)

This commit is contained in:
Evan You
2021-02-04 08:37:55 -05:00
committed by GitHub
parent a89d985375
commit 49bc2e4db5
6 changed files with 294 additions and 258 deletions

View File

@@ -46,8 +46,8 @@
"lru-cache": "^5.1.1",
"magic-string": "^0.25.7",
"merge-source-map": "^1.1.0",
"postcss": "^7.0.32",
"postcss-modules": "^3.2.2",
"postcss": "^8.1.10",
"postcss-modules": "^4.0.0",
"postcss-selector-parser": "^6.0.4",
"source-map": "^0.6.1"
},