feat: 新增插件依赖

This commit is contained in:
DEV_DSW
2025-12-09 14:21:17 +08:00
parent 15f69bc36c
commit 760ee8c83e
13 changed files with 853 additions and 749 deletions

View File

@@ -0,0 +1,12 @@
@import "tailwindcss";
@import "./theme/index.css";
@plugin "@tailwindcss/typography";
body {
margin: 0;
padding: 0;
}
.bg {
background: linear-gradient(180deg, #EFF6FF 0%, #F5F7FA 40%);
}