Replies: 1 comment
-
Also
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've added a variant to my tailwind plugin that I think would be useful by default, also for AlpineJS, which is the variant
:active, .active
:active is the pseudo element when user presses down
.active is a generic class for javascript activation
There's a convention to use
.active
for activation that should be the same as:active
, and I think it fits perfectly to have them both with the same styles. This variant should be added on the properties with currently have:hover
variant.Beta Was this translation helpful? Give feedback.
All reactions