File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11@import 'tailwindcss' ;
22
33/* Scan sources for Tailwind classes */
4- @source './src/**/*.{ts,tsx}' ;
5- @source '../../packages/components/src/**/*.{ts,tsx}' ;
6- @source '../../packages/layout/src/**/*.{ts,tsx}' ;
7- @source '../../packages/fields/src/**/*.{ts,tsx}' ;
8- @source '../../packages/react/src/**/*.{ts,tsx}' ;
9- @source '../../packages/plugin-dashboard/src/**/*.{ts,tsx}' ;
4+ @source '.. /src/**/*.{ts,tsx}' ;
5+ @source '../../../ packages/components/src/**/*.{ts,tsx}' ;
6+ @source '../../../ packages/layout/src/**/*.{ts,tsx}' ;
7+ @source '../../../ packages/fields/src/**/*.{ts,tsx}' ;
8+ @source '../../../ packages/react/src/**/*.{ts,tsx}' ;
9+ @source '../../../ packages/plugin-dashboard/src/**/*.{ts,tsx}' ;
1010
1111/* Tailwind plugin for animations */
1212@plugin 'tailwindcss-animate' ;
You can’t perform that action at this time.
0 commit comments