Merge pull request #186 from AsimRaza10/fix/tailwind-source-detection

fix(dashboard): explicit @source for Tailwind v4 (fixes #179)
This commit is contained in:
Yuxiang Lin
2026-05-24 10:10:58 +08:00
committed by GitHub
Unverified
@@ -1,4 +1,6 @@
@import "tailwindcss";
@source "./**/*.{ts,tsx,js,jsx,html}";
@source "../index.html";
@theme {
/* Base */