Pseudo-classes, like :hover, :focus, :first-child, and :required.
TailwindJS token |
pseudo_classes_modifiers |
TailwindJS token |
TailwindCSS token |
active |
active |
all |
* |
autofill |
autofill |
checked |
checked |
default_ |
default |
disabled |
disabled |
empty |
empty |
enabled |
enabled |
even |
even |
first |
first |
first_of_type |
first-of-type |
focus |
focus |
focus_visible |
focus-visible |
focus_within |
focus-within |
has |
has |
hover |
hover |
in_range |
in-range |
indeterminate |
indeterminate |
invalid |
invalid |
last |
last |
last_of_type |
last-of-type |
odd |
odd |
only |
only |
only_of_type |
only-of-type |
out_of_range |
out-of-range |
placeholder_shown |
placeholder-shown |
read_only |
read-only |
required |
required |
target |
target |
valid |
valid |
visited |
visited |