perf: 从tailwind.css中移除不常用的@apply

This commit is contained in:
xiaoxian521
2022-09-11 11:35:13 +08:00
parent cdaa4cdba8
commit 230af57c3e
3 changed files with 2 additions and 10 deletions

View File

@@ -3,14 +3,6 @@
@tailwind utilities;
@layer components {
.bg-dark {
@apply bg-bg_color;
}
.wh-full {
@apply w-full h-full;
}
.flex-c {
@apply flex justify-center items-center;
}