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/responsive-design.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -103,10 +103,10 @@ Tailwind's breakpoints only include a `min-width` and don't include a `max-width
103
103
104
104
If you'd like to apply a utility at one breakpoint only, the solution is to *undo* that utility at larger sizes by adding another utility that counteracts it.
105
105
106
-
Here is an example where the background color is red at the `md` breakpoint, but teal at every other breakpoint:
106
+
Here is an example where the background color is red at the `md` breakpoint, but green at every other breakpoint:
0 commit comments