Skip to content

Commit 80b8b39

Browse files
authored
Update adding-custom-styles.mdx
1 parent f29b64e commit 80b8b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/adding-custom-styles.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ This can be useful for things like CSS variables as well, especially when they n
119119

120120
### Arbitrary variants
121121

122-
Arbitrary _variants_ are like arbitrary values but for doing on-the-fly selector modification, like you can with built-in pseudo-class variants like `hover:{utility}` or responsive variants `md:{utility}` but using square bracket notation directly in your HTML.
122+
Arbitrary _variants_ are like arbitrary values but for doing on-the-fly selector modification, like you can with built-in pseudo-class variants like `hover:{utility}` or responsive variants like `md:{utility}` but using square bracket notation directly in your HTML.
123123

124124
<SnippetGroup>
125125

0 commit comments

Comments
 (0)