Skip to content

Commit 7f7d070

Browse files
authored
Fix example syntax error (#2231)
1 parent 513facf commit 7f7d070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/styling-with-utility-classes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,8 @@ It's also useful when you need to use CSS features like `calc()`, even if you ar
422422

423423
```html
424424
<!-- [!code filename:HTML] -->
425-
<!-- [!code classes:max-h-[calc(100dvh-(--spacing(6))]] -->
426-
<div class="max-h-[calc(100dvh-(--spacing(6))]">
425+
<!-- [!code classes:max-h-[calc(100dvh-(--spacing(6)))]] -->
426+
<div class="max-h-[calc(100dvh-(--spacing(6)))]">
427427
<!-- ... -->
428428
</div>
429429
```

0 commit comments

Comments
 (0)