Incompatible with Tailwind CSS
-
Hi David!
I’m currently building a theme where I’m using Tailwind CSS for a site where I’m hoping to use this plugin. The trouble is that the plugin adds a css file (wcsvfs-public.min.css) that has a .hidden selector, which is the same selector that Tailwind uses to hide an element. The difference is that the one from the plugin adds !important after the display: none. This causes the layout to break in several places.
I may be the only person who has this issue, but is there any chance that you could rename that class to something else?
I could just change it locally of course but I want to be able to update the plugin in the future.
Thank you in advance!
The topic ‘Incompatible with Tailwind CSS’ is closed to new replies.