mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-05 04:19:02 +08:00
fix(theme.css): standardize import syntax for tailwindcss
This commit is contained in:
parent
77c848035d
commit
348e0dfc80
@ -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 */
|
||||||
/* ==================== */
|
/* ==================== */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user