Skip to content

Commit 6a80cc0

Browse files
authored
fix: replace commas with underscores in atomic-css (#122)
1 parent c2931a4 commit 6a80cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The second column
2424
Go further, you can customize the size of each column like:
2525

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

3030
The first column (200px)

0 commit comments

Comments
 (0)