Skip to content

Commit

Permalink
Remove redundant end tag (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti777777 committed Jan 22, 2024
1 parent a10d21f commit 000b61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,7 +58,7 @@ In addition to using one of the [container sizes](#configuration) provided by de

```html
<div class="@container">
<div class="@[17.5rem]:underline"></div>
<div class="@[17.5rem]:underline">
<!-- This text will be underlined when the container is larger than `17.5rem` -->
</div>
</div>
Expand Down

0 comments on commit 000b61b

Please sign in to comment.