Skip to content

Commit cbb2790

Browse files
authored
[css-mixins-1] chore: added missing CSS values (#13653)
Two lines of CSS are missing values for their CSS properties. Missing those doesn't seem to be on purpose, not being related to that `mixin` and `macro` rule functionality, so they might only being be missing unexpectedly.
1 parent f40c575 commit cbb2790

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-mixins-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ but the mixin not use it.
14061406
}
14071407
@apply --two-column {
14081408
display: grid;
1409-
grid-template-columns: ;
1409+
grid-template-columns: 60px 60px;
14101410
}
14111411
}
14121412
</pre>
@@ -1551,7 +1551,7 @@ or potentially a fallback block.
15511551
}
15521552
@apply --two-column {
15531553
display: grid;
1554-
grid-template-columns: ;
1554+
grid-template-columns: 60px 60px;
15551555
}
15561556
}
15571557
</pre>
@@ -2725,4 +2725,4 @@ Changes {#changes}
27252725

27262726
Changes since the <a href="https://www.w3.org/TR/2025/WD-css-mixins-1-20250515/">First Public Working Draft of 15 May 2025</a>:
27272727

2728-
* Added Web Platform Tests coverage
2728+
* Added Web Platform Tests coverage

0 commit comments

Comments
 (0)