Skip to content

Commit 493e1f0

Browse files
authored
change example class name to variable name (tailwindlabs#2)
1 parent 806591e commit 493e1f0

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
@@ -41,7 +41,7 @@ By default we provide [container sizes](#configuration) from `@xs` (`20rem`) to
4141

4242
### Named containers
4343

44-
You can optionally name containers using a `@container/{name}` class, and then include that name in the container variants using classes like `@lg/main:underline`:
44+
You can optionally name containers using a `@container/{name}` class, and then include that name in the container variants using classes like `@lg/{name}:underline`:
4545

4646
```html
4747
<div class="@container/main">

0 commit comments

Comments
 (0)