I set up a fresh new Laravel project using the Livewire Starter Kit. While implementing the styling, I ran into an issue. According to the documentation, I need to add a few CSS imports to resources/css/app.css. However, one specific import causes an error:
/* Required by actions and infolists */@import '../../vendor/filament/infolists/resources/css/index.css';
/* Required by actions and infolists */@import '../../vendor/filament/infolists/resources/css/index.css';