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

@ -3,5 +3,5 @@
@tailwind utilities;
body {
@apply bg-gray-100;
background-color:#f3f4f6;
}