Skip to content

Commit

Permalink
Fixed incorrect class
Browse files Browse the repository at this point in the history
  • Loading branch information
erictompkins committed Jan 10, 2025
1 parent 26ae7f2 commit 821a127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/migration/to-v7.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ A more complicated example is when you have a grid that changes the number of co
You would convert that to:

```html
<div class="grid g-3 nc-1 nc-2-md nc-4-md">
<div class="grid g-3 nc-1 nc-2-md nc-4-lg">
<div class="col-1-1 col-1-2-md col-1-4-lg">
Column one content here. I'll be at 25% width on large screens, 50% width on medium screens, and full width on small screens.
</div>
Expand Down

0 comments on commit 821a127

Please sign in to comment.