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
There were a couple of things that confused me on implementing grids:
Should a grid be set within a <ul> or a <div>?
The examples source code use one while the instructions mention the other.
Initially, I didn't make the connection between columns and --gridCellMin. It might help to plainly say that reducing the default will create 2+ columns.
The text was updated successfully, but these errors were encountered:
There were a couple of things that confused me on implementing grids:
Should a grid be set within a
<ul>
or a<div>
?The examples source code use one while the instructions mention the other.
Initially, I didn't make the connection between columns and
--gridCellMin
. It might help to plainly say that reducing the default will create 2+ columns.The text was updated successfully, but these errors were encountered: