Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 0e2a0df

Browse files
sivaraamyeelan0319
authored andcommitted
fix(layout-grid): use correct selector for size specific column span (#862)
1 parent f0f0a86 commit 0e2a0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mdc-layout-grid/mdc-layout-grid.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
// Span classes.
5757
// stylelint-disable max-nesting-depth
5858
@at-root .mdc-layout-grid__cell--span-#{$span},
59-
.mdc-layout-grid__cell--span-#{$span}-#{$size}.mdc-layout-grid__cell--span-#{$span}-#{$size} {
59+
.mdc-layout-grid__cell--span-#{$span}-#{$size} {
6060
@include mdc-layout-grid-cell-span_($size, $span, $gutter);
6161
}
6262
// stylelint-enable max-nesting-depth

0 commit comments

Comments
 (0)