Skip to content

Commit c181d93

Browse files
author
anthinkingcoder
committed
update readme.md
1 parent e4c73ec commit c181d93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Vue.use(Grid);
2525
| offset | Number of cells to the left of grid spacing. No cells can be inside the grid spacing. | Number | |
2626
| push | Number of cells to move to the right | Number | |
2727
| pull | Number of cells to move to the left | Number | |
28-
| xs | <768px can be a span value or an object containing props | Number|Object | |
29-
| sm | >768px can be a span value or an object containing props | Number|Object | |
30-
| md | ≥992px can be a span value or an object containing props | Number|Object | |
31-
| lg | ≥1200px can be a span value or an object containing props | Number|Object | |
28+
| xs | <768px can be a span value or an object containing props | Number or Object | |
29+
| sm | >768px can be a span value or an object containing props | Number or Object | |
30+
| md | ≥992px can be a span value or an object containing props | Number or Object | |
31+
| lg | ≥1200px can be a span value or an object containing props | Number or Object | |
3232
## examples
3333
```html
3434
<Row>

0 commit comments

Comments
 (0)