You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dhh Thanks for this! This introduces an issue where group-hover classes are not removed, eg: group-hover:text-gray-900 is not purged. Unfortunately my regex skills are not strong enough to fix it.
Uh oh!
There was an error while loading. Please reload this page.
Hover states works in development but not in production.
I use these hover states for a button
hover:bg-green-600 hover:text-white hover:shadow-lg
but when css is purged, these classes are not included.In the
tailwind.css
file this is whathover:bg-green-600
looks like, so maybe it's due to structure of this, that the Purger doesn't work?The text was updated successfully, but these errors were encountered: