Errors in the Filament app.css and class build warning #14536
Unanswered
chester-af
asked this question in
Help
Replies: 2 comments 1 reply
-
Did you manage to fix this issue? Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am having the exactly the same issue. Noticed it only today when updating to filament v3.2.125. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Panel builder
Package Version
V3.2.117
How can we help you?
app.css errors
I recently updated Filament from
v3.2.92
toV3.2.117
and now there seems to be a lot of errors in the Filament app.css.Path to the file:
public/css/filament/filament/app.css
Here is an image of some of the errors:
Everything seems to work okay but I'm just a little concerned/curious as to why this file now has so many errors?
Filament class build warning
When I run
npm run build
ornpm run dev
and click around the panel I see this warning in the console:warn - The utility disabled:[-webkit-text-fill-color:theme(colors.gray.500)] contains an invalid theme value and was not generated.
I've searched my project for this tailwind class and I only found it in a few Filament components.
Here is a path to a component with this class:
vendor/filament/forms/resources/views/components/date-time-picker.blade.php
I downgraded the project's Filament back to
V3.2.117
just to see if I still get the console warning and strangely I do so I must have missed it when I was last working on the project.I created a fresh Laravel project with Filament and added a input that has that class to see if I got the warning but I didn't.
Is there a way to fix this? I'm assuming if I'm not getting the warning on the fresh install of Laravel that it must be something I've done to cause this error but like I stated I only found the class in Filament components.
Many thanks for any help/advice on this!
Beta Was this translation helpful? Give feedback.
All reactions