fix: update build process to ensure clean output for web app

This commit is contained in:
Amruth Pillai
2026-05-10 23:27:06 +02:00
parent 978cbaf1f3
commit 2e04e71f4a
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
@import "tailwindcss";
@import "tailwindcss" source(none);
@import "tw-animate-css";
@import "shadcn/tailwind.css";
@import "@fontsource-variable/ibm-plex-sans";
@@ -6,8 +6,8 @@
@plugin "@tailwindcss/typography";
@source "../../../apps/**/*.{ts,tsx}";
@source "../**/*.{ts,tsx}";
@source "../../../apps/**/*.{ts,tsx}";
@custom-variant dark (&:is(.dark *));