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: docs/source/docs/adding-new-utilities.blade.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ If you'd like to create responsive versions of your own utilities based on the b
84
84
}
85
85
```
86
86
87
-
Tailwind will intelligently group the responsive versions into it's existing media queries which are output at the very end of the stylesheet. This ensures that any responsive utilities will always take precedence over unprefixed utilities.
87
+
Tailwind will intelligently group the responsive versions into its existing media queries which are output at the very end of the stylesheet. This ensures that any responsive utilities will always take precedence over unprefixed utilities.
88
88
89
89
The above code would generate CSS that looks something like this:
0 commit comments