Skip to content

Commit 000b61b

Browse files
authored
Remove redundant end tag (#24)
1 parent a10d21f commit 000b61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In addition to using one of the [container sizes](#configuration) provided by de
5858

5959
```html
6060
<div class="@container">
61-
<div class="@[17.5rem]:underline"></div>
61+
<div class="@[17.5rem]:underline">
6262
<!-- This text will be underlined when the container is larger than `17.5rem` -->
6363
</div>
6464
</div>

0 commit comments

Comments
 (0)