Skip to content

Commit

Permalink
doc: update docs/css.md (#849)
Browse files Browse the repository at this point in the history
* 删除一个错误字符

* Update css.md
  • Loading branch information
kele527 authored Nov 9, 2024
1 parent 6b9ef0a commit c63d27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/css.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ div {
```css
#container {
display: grid;
s grid: repeat(2, 60px) / auto-flow 80px;
grid: repeat(2, 60px) / auto-flow 80px;
}
#container > div {
background-color: #8ca0ff;
Expand Down

0 comments on commit c63d27e

Please sign in to comment.