Skip to content

Commit

Permalink
fix: grid typo (windicss#112)
Browse files Browse the repository at this point in the history
`gird` to `grid`
  • Loading branch information
claytonfaria authored Aug 23, 2021
1 parent a2ebeb7 commit 1c94e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/value-auto-infer.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Since Windi CSS will only generate the CSS utilities you use, it enables the pos
<button class="bg-[#b2a8bb]"></button>
<button class="bg-[hsl(211.7,81.9%,69.6%)]"></button>

<!-- gird template -->
<!-- grid template -->
<div class="grid-cols-[auto,1fr,30px]"></div>
```

Expand Down

0 comments on commit 1c94e66

Please sign in to comment.