Skip to content

Commit bd167c2

Browse files
authored
Fix link to "Media and feature queries" section (#1490)
1 parent 90bdb07 commit bd167c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/hover-focus-and-other-states.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Tailwind includes modifiers for just about everything you'll ever need, includin
6464

6565
- [Pseudo-classes](#pseudo-classes), like `:hover`, `:focus`, `:first-child`, and `:required`
6666
- [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`
6868
- [Attribute selectors](#attribute-selectors), like `[dir="rtl"]` and `[open]`
6969

7070
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

Comments
 (0)