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
Would it be possible to split the plugin in two - one for the "reset" part and one for the (opinionated) styling?
I'm in a situation where I want to "invert" the styling of radio buttons and checkbox compared to the default styles in this package, e.g. I want white background and a colored checkmark on the checkboxes - but that's currently not doable without undoing/overriding a lot of the CSS.
Ideally, I would just add the "reset" styles and do my own styling using tailwind classes and my own base styles.
The text was updated successfully, but these errors were encountered:
One of the opinionated decisions that seem off is the ring is shown on focus, which is usually shown on focus-visible (like when using tab to switch between checkboxes).
Would it be possible to split the plugin in two - one for the "reset" part and one for the (opinionated) styling?
I'm in a situation where I want to "invert" the styling of radio buttons and checkbox compared to the default styles in this package, e.g. I want white background and a colored checkmark on the checkboxes - but that's currently not doable without undoing/overriding a lot of the CSS.
Ideally, I would just add the "reset" styles and do my own styling using tailwind classes and my own base styles.
The text was updated successfully, but these errors were encountered: