## Pseudo classes Pseudo-classes, like :hover, :focus, :first-child, and :required. | TailwindJS token | | ----- | | `pseudo_classes_modifiers` | ### Modifiers | TailwindJS token | TailwindCSS token | | ----- | ----- | | `active` | [active](#https://tailwindcss.com/docs/hover-focus-and-other-states#active) | | `all` | [*](#https://tailwindcss.com/docs/hover-focus-and-other-states#styling-direct-children) | | `autofill` | [autofill](#https://tailwindcss.com/docs/hover-focus-and-other-states#autofill) | | `checked` | [checked](#https://tailwindcss.com/docs/hover-focus-and-other-states#checked) | | `default_` | [default](#https://tailwindcss.com/docs/hover-focus-and-other-states#default) | | `disabled` | [disabled](#https://tailwindcss.com/docs/hover-focus-and-other-states#disabled) | | `empty` | [empty](#https://tailwindcss.com/docs/hover-focus-and-other-states#empty) | | `enabled` | [enabled](#https://tailwindcss.com/docs/hover-focus-and-other-states#enabled) | | `even` | [even](#https://tailwindcss.com/docs/hover-focus-and-other-states#even) | | `first` | [first](#https://tailwindcss.com/docs/hover-focus-and-other-states#first) | | `first_of_type` | [first-of-type](#https://tailwindcss.com/docs/hover-focus-and-other-states#first-of-type) | | `focus` | [focus](#https://tailwindcss.com/docs/hover-focus-and-other-states#focus) | | `focus_visible` | [focus-visible](#https://tailwindcss.com/docs/hover-focus-and-other-states#focus-visible) | | `focus_within` | [focus-within](#https://tailwindcss.com/docs/hover-focus-and-other-states#focus-within) | | `has` | [has](#https://tailwindcss.com/docs/hover-focus-and-other-states#styling-based-on-descendants) | | `hover` | [hover](#https://tailwindcss.com/docs/hover-focus-and-other-states#hover) | | `in_range` | [in-range](#https://tailwindcss.com/docs/hover-focus-and-other-states#in-range) | | `indeterminate` | [indeterminate](#https://tailwindcss.com/docs/hover-focus-and-other-states#indeterminate) | | `invalid` | [invalid](#https://tailwindcss.com/docs/hover-focus-and-other-states#invalid) | | `last` | [last](#https://tailwindcss.com/docs/hover-focus-and-other-states#last) | | `last_of_type` | [last-of-type](#https://tailwindcss.com/docs/hover-focus-and-other-states#last-of-type) | | `odd` | [odd](#https://tailwindcss.com/docs/hover-focus-and-other-states#odd) | | `only` | [only](#https://tailwindcss.com/docs/hover-focus-and-other-states#only) | | `only_of_type` | [only-of-type](#https://tailwindcss.com/docs/hover-focus-and-other-states#only-of-type) | | `out_of_range` | [out-of-range](#https://tailwindcss.com/docs/hover-focus-and-other-states#out-of-range) | | `placeholder_shown` | [placeholder-shown](#https://tailwindcss.com/docs/hover-focus-and-other-states#placeholder-shown) | | `read_only` | [read-only](#https://tailwindcss.com/docs/hover-focus-and-other-states#read-only) | | `required` | [required](#https://tailwindcss.com/docs/hover-focus-and-other-states#required) | | `target` | [target](#https://tailwindcss.com/docs/hover-focus-and-other-states#target) | | `valid` | [valid](#https://tailwindcss.com/docs/hover-focus-and-other-states#valid) | | `visited` | [visited](#https://tailwindcss.com/docs/hover-focus-and-other-states#visited) |