Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit 8ffec5a

Browse files
committed
Fix typos
1 parent a546752 commit 8ffec5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/tailwindcss-2-2/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,13 +305,13 @@ In addition to making arbitrary value support more comprehensive, we've also add
305305

306306
```html
307307
<!-- Is this a font size utility, or a text color utility? -->
308-
<div class="text-[var(--mystery-var)"></div>
308+
<div class="text-[var(--mystery-var)]"></div>
309309
```
310310

311311
Now you can provide a hint to the engine by prefixing the arbitrary value with the type name:
312312

313313
```html
314-
<div class="text-[color:var(--mystery-var)"></div>
314+
<div class="text-[color:var(--mystery-var)]"></div>
315315
```
316316

317317
Currently, the supported types are:

0 commit comments

Comments
 (0)