FilamentF
Filament10mo ago
Grogu

New tailwindcss classes not bundling in new blade files

Wondering what I'm doing wrong.

I have composer dev /
npm run dev
running, and created a new file:

resources/views/livewire/application-nav.blade.php

Added hover:text-blue-500 to an element in the new file, restarted the bundlers, but that class is never being generated in the bundled css file and therefore the text is not turning blue on hover.

Any help appreciated!
Solution
to include new classes you need to build a custom theme first
Was this page helpful?