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
Copy file name to clipboardExpand all lines: src/pages/docs/hover-focus-and-other-states.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Tailwind includes modifiers for just about everything you'll ever need, includin
64
64
65
65
-[Pseudo-classes](#pseudo-classes), like `:hover`, `:focus`, `:first-child`, and `:required`
66
66
-[Pseudo-elements](#pseudo-elements), like `::before`, `::after`, `::placeholder`, and `::selection`
67
-
-[Media queries](#media-queries), like responsive breakpoints, dark mode, and `prefers-reduced-motion`
67
+
-[Media and feature queries](#media-and-feature-queries), like responsive breakpoints, dark mode, and `prefers-reduced-motion`
68
68
-[Attribute selectors](#attribute-selectors), like `[dir="rtl"]` and `[open]`
69
69
70
70
These modifiers can even be [stacked](#ordering-stacked-modifiers) to target more specific situations, for example changing the background color in dark mode, at the medium breakpoint, on hover:
0 commit comments