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/dark-mode.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ module.exports = {
168
168
}
169
169
```
170
170
171
-
When using this strategy Tailwind will not modify the provided selector in any way, so be mindful of it's specificity and consider using the `:where()` pseudo-class to ensure it has the same specificity as other utilities.
171
+
When using this strategy Tailwind will not modify the provided selector in any way, so be mindful of its specificity and consider using the `:where()` pseudo-class to ensure it has the same specificity as other utilities.
0 commit comments