Skip to content

Commit

Permalink
fix: replace commas with underscores in atomic-css (slidevjs#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
matttrice authored Apr 4, 2023
1 parent c2931a4 commit 6a80cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The second column
Go further, you can customize the size of each column like:

```html
<div class="grid grid-cols-[200px,1fr,10%] gap-4">
<div class="grid grid-cols-[200px_1fr_10%] gap-4">
<div>

The first column (200px)
Expand Down

0 comments on commit 6a80cc0

Please sign in to comment.