Closed mansoorkhan96 closed 9 months ago
You shouldn't be using this inside a normal app. It's meant for packages to keep from duplicating classes that are already in filament.
You shouldn't be using this inside a normal app. It's meant for packages to keep from duplicating classes that are already in filament.
Ok, time to extract it to a plugin then.
Thanks for working on this package @awcodes ♥️
If the views are in your app then they would be covered by a custom theme, so you wouldn't need this plugin. :)
Purge commands removes certain classes. I have a div with classes
grid grid-cols-2 gap-4 sm:grid-cols-4
and when hit purge commandsm:grid-cols-4
classe is not there same goes for a few more classes. However other classes being included.NOTE: Its not package, Its inside a normal Laravel app.