fix: correct Tailwind @source paths for tarball builds (#6978)
Signed-off-by: sheikhlimon <sheikhlimon404@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user