diff --git a/src/styles/globals.css b/src/styles/globals.css index 13d40b8..7bc03c1 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -1,6 +1,6 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; +@import 'tailwindcss/base'; +@import 'tailwindcss/components'; +@import 'tailwindcss/utilities'; :root { --background: #ffffff;