From 0522285a163f9a0e69aa313a539c8632d92ddf97 Mon Sep 17 00:00:00 2001 From: mirgiyasov Date: Thu, 29 Jan 2026 18:25:48 +0500 Subject: [PATCH] fix2 --- .postcssrc.json | 5 +++++ src/styles.css | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .postcssrc.json diff --git a/.postcssrc.json b/.postcssrc.json new file mode 100644 index 0000000..e092dc7 --- /dev/null +++ b/.postcssrc.json @@ -0,0 +1,5 @@ +{ + "plugins": { + "@tailwindcss/postcss": {} + } +} diff --git a/src/styles.css b/src/styles.css index d4acb48..a0472aa 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,7 +1,5 @@ -/* Import Fonts */ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@400;500;700;800&display=swap'); - -@import "tailwindcss"; +@import url('tailwindcss'); :root { --color-slate-50: #F8FAFC;