From 843b09fc10cddb949d65176d4bcc85aba1e60767 Mon Sep 17 00:00:00 2001 From: yamanoku <0910yama@gmail.com> Date: Sat, 1 Feb 2025 08:24:11 +0900 Subject: [PATCH] delete: cascade layer --- src/styles/global.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index 7d887e3a4..cc7b895f4 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1,6 +1,5 @@ -@layer theme, base, components, utilities; -@import 'tailwindcss/theme.css' layer(theme); -@import "tailwindcss/utilities.css" layer(utilities); +@import 'tailwindcss/theme.css'; +@import "tailwindcss/utilities.css"; @theme { --spacing-y-rhythm-1: var(--y-rhythm-1);