From ce650e36f206718858052fbf35725257f3efb993 Mon Sep 17 00:00:00 2001 From: mashingaan Date: Sat, 24 Jan 2026 11:01:43 +0300 Subject: [PATCH] fix: enable Tailwind base layer --- packages/app/src/app/index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/app/src/app/index.css b/packages/app/src/app/index.css index 5cbfa526..cda8f9b7 100644 --- a/packages/app/src/app/index.css +++ b/packages/app/src/app/index.css @@ -1,6 +1,9 @@ -@import "tailwindcss"; @config "../../tailwind.config.ts"; +@tailwind base; +@tailwind components; +@tailwind utilities; + @import "../styles/colors.css"; :root {