Skip to content

Commit c63d27e

Browse files
authored
doc: update docs/css.md (#849)
* 删除一个错误字符 * Update css.md
1 parent 6b9ef0a commit c63d27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/css.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ div {
156156
```css
157157
#container {
158158
display: grid;
159-
s grid: repeat(2, 60px) / auto-flow 80px;
159+
grid: repeat(2, 60px) / auto-flow 80px;
160160
}
161161
#container > div {
162162
background-color: #8ca0ff;

0 commit comments

Comments
 (0)