Laravel mix error - when trying to build filament theme
Hello, i followed this guide here: https://filamentphp.com/docs/2.x/admin/appearance#building-themes
- when I import filament.css in
/resources/css/filament.csswith@import '../../vendor/filament/filament/resources/css/app.css';
Solution
Moving colors in tailwind config from module.export -> theme to module.export -> theme -> extends and removing plugin with addUtilities() resulted in fixing error, thanks everyone for your time im marking this as solved