fix: correct Tailwind @source paths for tarball builds (#6978)

Signed-off-by: sheikhlimon <sheikhlimon404@gmail.com>
This commit is contained in:
Sheikh Limon
2026-02-05 21:33:57 +06:00
committed by GitHub
parent d1b6053d2f
commit bca26dd88d
+2 -2
View File
@@ -2,8 +2,8 @@
@import 'tw-animate-css';
@plugin '@tailwindcss/typography';
@source './index.html';
@source './src/**/*.{js,ts,jsx,tsx}';
@source '../../index.html';
@source '../**/*.{js,ts,jsx,tsx}';
@theme {
--breakpoint-md: 930px;