add tailwind margin on div in blade view
I have a div in a blade view and I am realizing that some tailwinds classes do not work like margin, how do I register these classes in filamentphp?
Solution:Jump to solution
You need to make a custom theme to use classes that aren’t part of Filament. https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
1 Reply
Solution
You need to make a custom theme to use classes that aren’t part of Filament. https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme