adoxography / tailwind-scrollbar

Scrollbar plugin for Tailwind CSS
MIT License
951 stars 39 forks source link

Ensure variant order is preserved #72

Closed adoxography closed 1 year ago

adoxography commented 1 year ago

While mucking with the internal PostCSS to make the ::-webkit-scrollbar-* pseudoelements behave themselves, the order of those rules gets changed. Resolution is to touch all of the variants from hover on so that the relative order is preserved.

Addresses #71

(See Tailwind's canonical ordering)