Skip to content

Commit ace57ab

Browse files
committed
Added a note about columns.
1 parent 4ad2344 commit ace57ab

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

css-template/Overview.src.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,6 +1293,10 @@ <h3 id=columns>Interaction of 'grid' and 'columns'</h3>
12931293
<pre>BODY {grid: "a @ b" "c c c"; columns: 2}</pre>
12941294

12951295
<p>The @-slot will have two columns.
1296+
1297+
<p class=note>Note that this is the same as setting columns on the
1298+
default slot: 'BODY::slot(*) {columns: 2}' apart from differences in
1299+
the specificity of the selector.
12961300
</div>
12971301

12981302
<!--=================================================================-->

0 commit comments

Comments
 (0)