Blog
-
Keep Your Filament Plugins Light
So, you got a great plugin idea for Filament. You set up Tailwind CSS in your plugin so you can use those sweet utility classes in your views and integrate seamlessly with Filament. But, what you may not realize is that when you build your assets they are only utilizing Tailwind CSS's JIT against your plugin and not all of Filament. Maybe this isn't the end of the world to you, but have you considered what this means to users of your plugin?