fix: correct path for app source files in globals.css

This commit is contained in:
Amruth Pillai
2026-05-10 23:35:46 +02:00
parent 2e04e71f4a
commit 02973a1eb1
+1 -1
View File
@@ -7,7 +7,7 @@
@plugin "@tailwindcss/typography";
@source "../**/*.{ts,tsx}";
@source "../../../apps/**/*.{ts,tsx}";
@source "../../../../apps/**/*.{ts,tsx}";
@custom-variant dark (&:is(.dark *));