diff --git a/css-mixins-1/Overview.bs b/css-mixins-1/Overview.bs index f87e13d6738d..0200c2905fce 100644 --- a/css-mixins-1/Overview.bs +++ b/css-mixins-1/Overview.bs @@ -1406,7 +1406,7 @@ but the mixin not use it. } @apply --two-column { display: grid; - grid-template-columns: ; + grid-template-columns: 60px 60px; } } @@ -1551,7 +1551,7 @@ or potentially a fallback block. } @apply --two-column { display: grid; - grid-template-columns: ; + grid-template-columns: 60px 60px; } } @@ -2726,4 +2726,4 @@ Changes {#changes} Changes since the First Public Working Draft of 15 May 2025: -* Added Web Platform Tests coverage \ No newline at end of file +* Added Web Platform Tests coverage