Custom theme - Tailwind class not included in built css
Made custom theme and required steps but my added Tailwind class is not in CSS.
For testing i added Tailwind class
Why the
The Filament command created this file @
Am i missing something here?
For testing i added Tailwind class
text-ellipsis to app/Filament/Resources/ProductResource.php- Made custom theme:
- Added new item in
vite.config.js
- Added
viteTheme()to Admin-panel
- Executed build command
Why the
tailwind.config.js warning here?The Filament command created this file @
resources/css/filament/admin/tailwind.config.js:Am i missing something here?