We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d479b96 commit 498d60dCopy full SHA for 498d60d
1 file changed
css-grid/Overview.bs
@@ -1156,6 +1156,9 @@ Repeating Rows and Columns: the ''repeat()'' notation</h4>
1156
1157
Issue: François suggests a way to generate "just enough" repeated columns for the number of items in the grid.
1158
<a href="https://lists.w3.org/Archives/Public/www-style/2015May/0113.html">(see discussion)</a>
1159
+ One proposal is to have two keywords instead of just one ''repeat()/auto'' keyword:
1160
+ <css>auto-fill</css> to fill the grid with repetitions,
1161
+ and <css>auto-fit</css> to fill the grid and then drop empty repetitions.
1162
1163
<div class='example'>
1164
This example shows two equivalent ways of writing the same grid definition.
0 commit comments