fix: broken Tailwind scan in tarball releases (#6917)

Signed-off-by: sheikhlimon <sheikhlimon404@gmail.com>
This commit is contained in:
Sheikh Limon
2026-02-03 22:11:12 +06:00
committed by GitHub
parent 5c259e09a4
commit 578dc5a88d
+3
View File
@@ -2,6 +2,9 @@
@import 'tw-animate-css';
@plugin '@tailwindcss/typography';
@source './index.html';
@source './src/**/*.{js,ts,jsx,tsx}';
@theme {
--breakpoint-md: 930px;
}