File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ Vue.use(Grid);
25
25
| offset | Number of cells to the left of grid spacing. No cells can be inside the grid spacing. | Number | |
26
26
| push | Number of cells to move to the right | Number | |
27
27
| 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 | |
32
32
## examples
33
33
``` html
34
34
<Row >
You can’t perform that action at this time.
0 commit comments