Custom theme and @layer precedence #18132
-
Beta Was this translation helpful? Give feedback.
Answered by
leandrocfe
Oct 10, 2025
Replies: 2 comments 22 replies
-
Did you add vite.config.js import { defineConfig } from 'vite';
import laravel from 'laravel-vite-plugin';
import tailwindcss from '@tailwindcss/vite';
export default defineConfig({
plugins: [
laravel({
input: [
'resources/css/filament/admin/theme.css',
'resources/js/app.js'
],
refresh: true,
}),
tailwindcss()
],
}); |
Beta Was this translation helpful? Give feedback.
18 replies
-
Ran into a similar issue and found it was due to another plugin including |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could you please remove temporarily this plugin
"blendbyte/filament-title-with-slug": "dev-fila4"
and build your project again?I think this plugin contains
@import 'tailwindcss/utilities' layer(utilities)