diff --git a/resources/styles/app.css b/resources/styles/app.css index a31e444117..b5c61c9567 100644 --- a/resources/styles/app.css +++ b/resources/styles/app.css @@ -1,3 +1,3 @@ -@import 'tailwindcss/base'; -@import 'tailwindcss/components'; -@import 'tailwindcss/utilities'; +@tailwind base; +@tailwind components; +@tailwind utilities;