From 15547f9926a33f151db20bf4801a0a080dda7332 Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 28 Apr 2025 18:04:53 +0330 Subject: [PATCH] wip --- src/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app.css b/src/app.css index cd67023..b5c61c9 100644 --- a/src/app.css +++ b/src/app.css @@ -1,3 +1,3 @@ -@import 'tailwindcss'; -@plugin '@tailwindcss/forms'; -@plugin '@tailwindcss/typography'; +@tailwind base; +@tailwind components; +@tailwind utilities;