You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will generate the following utilities (in addition to the default):
62
-
63
-
```
64
-
col-start-left
65
-
col-start-gutter-left
66
-
col-start-content-left
67
-
col-start-content-right
68
-
col-start-gutter-right
69
-
col-start-right
70
-
71
-
col-end-left
72
-
col-end-gutter-left
73
-
col-end-content-left
74
-
col-end-content-right
75
-
col-end-gutter-right
76
-
col-end-right
77
-
78
-
row-start-top
79
-
row-start-header-top
80
-
row-start-header-bottom
81
-
row-start-content-top
82
-
row-start-content-bottom
83
-
row-start-footer-top
84
-
row-start-footer-bottom
85
-
row-start-bottom
86
-
87
-
row-end-top
88
-
row-end-header-top
89
-
row-end-header-bottom
90
-
row-end-content-top
91
-
row-end-content-bottom
92
-
row-end-footer-top
93
-
row-end-footer-bottom
94
-
row-end-bottom
95
-
```
96
-
97
-
## Responsiveness
98
-
99
-
These labels do not have any responsive behaviour by themselves. Responsive grid layouts can be defined using `gridTemplateColumns` and `gridTemplateRows`:
0 commit comments