Tailwind Classes Issue
Hello did anyone experience problem that tailwind classes stopped working, I have been using max-w-500-x on Section and it just stopped working... Class itself is applied as attribute but it is does not have any value to it..
2 Replies
ensure the class is included in an empty blade with <div class="max-w-500-px"></div>
to ensure tailwind picks it up to include the class
Make sure the custom classes are generated by inspecting the browser CSS with a finder
Also make sure your tailwindcss is compiling the classes from that file
Be sure it is within the
content
targeted paths
If you are using a custom theme, then the root tailwind.config.js is not being used for the Filament Panel assets bundling, instead a new one in the resources/css/filament (I think) folder is being used for the panels