fix(theme.css): standardize import syntax for tailwindcss

This commit is contained in:
MyPrototypeWhat 2025-11-07 17:17:24 +08:00
parent 77c848035d
commit 348e0dfc80

View File

@ -8,12 +8,11 @@
* Generated on: 2025-11-07T08:56:09.444Z * Generated on: 2025-11-07T08:56:09.444Z
*/ */
@import "tailwindcss"; @import 'tailwindcss';
@custom-variant dark (&:is(.dark *)); @custom-variant dark (&:is(.dark *));
@theme { @theme {
/* ==================== */ /* ==================== */
/* Primitive Colors */ /* Primitive Colors */
/* ==================== */ /* ==================== */