feat: 更新 package.json 和 pnpm-lock.yaml,添加 postcss-prefix-selector 依赖,修改 main.css 背景颜色,调整 tailwind.config.js 前缀设置
All checks were successful
/ surge (push) Successful in 25s

This commit is contained in:
严浩
2024-11-20 18:15:27 +08:00
parent 064f5d28d0
commit c7edd1a65c
5 changed files with 26 additions and 2 deletions

View File

@ -19,11 +19,13 @@
"autoprefixer": "latest",
"i18next": "^23.16.6",
"postcss": "latest",
"postcss-prefix-selector": "^2.1.0",
"tailwindcss": "latest",
"vue": "^3.5.13",
"zod-i18n-map": "^2.27.0"
},
"devDependencies": {
"@types/postcss-prefix-selector": "^1.16.3",
"@vitejs/plugin-vue": "^5.2.0",
"typescript": "~5.6.3",
"vite": "^5.4.11",