We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad2344 commit ace57abCopy full SHA for ace57ab
1 file changed
css-template/Overview.src.html
@@ -1293,6 +1293,10 @@ <h3 id=columns>Interaction of 'grid' and 'columns'</h3>
1293
<pre>BODY {grid: "a @ b" "c c c"; columns: 2}</pre>
1294
1295
<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.
1300
</div>
1301
1302
<!--=================================================================-->
0 commit comments