Remove duplicated css directive

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-02-20 10:16:06 +01:00
parent 09a48b0ecb
commit 22a6bbd2bb

View File

@@ -73,12 +73,3 @@
@apply font-sans antialiased bg-background text-foreground;
}
}
@layer base {
* {
@apply border-border;
}
body {
@apply bg-background text-foreground;
}
}