style: 样式复查

This commit is contained in:
xiaoxian521
2025-04-08 14:37:20 +08:00
parent e3564eab96
commit b86d038a18
65 changed files with 245 additions and 257 deletions

View File

@@ -1,12 +1,3 @@
*,
::before,
::after {
box-sizing: border-box;
border-color: currentColor;
border-style: solid;
border-width: 0;
}
#app {
width: 100%;
height: 100%;

View File

@@ -1,4 +1,6 @@
@import "tailwindcss";
@layer theme, base, components, utilities;
@import "tailwindcss/theme.css" layer(theme);
@import "tailwindcss/utilities.css" layer(utilities);
@custom-variant dark (&:is(.dark *));