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);