fix: use @tailwindcss/postcss for Tailwind v4 compatibility

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
fyah
2026-05-09 11:24:17 +08:00
parent 9750a7c865
commit 6aa9f7ff49
5 changed files with 599 additions and 16 deletions

View File

@@ -16,7 +16,6 @@ html, body, #root {
user-select: none;
}
/* 主内容区的柔光光晕 — 中心微亮,边缘融入纯黑 */
.glow-area {
position: relative;
}
@@ -29,7 +28,6 @@ html, body, #root {
z-index: 0;
}
/* 滚动条隐藏 */
.no-scrollbar::-webkit-scrollbar {
display: none;
}