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

Commit

Permalink
fix(layout-grid): use correct selector for size specific column span (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaraam authored and yeelan0319 committed Jun 27, 2017
1 parent f0f0a86 commit 0e2a0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-layout-grid/mdc-layout-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
// Span classes.
// stylelint-disable max-nesting-depth
@at-root .mdc-layout-grid__cell--span-#{$span},
.mdc-layout-grid__cell--span-#{$span}-#{$size}.mdc-layout-grid__cell--span-#{$span}-#{$size} {
.mdc-layout-grid__cell--span-#{$span}-#{$size} {
@include mdc-layout-grid-cell-span_($size, $span, $gutter);
}
// stylelint-enable max-nesting-depth
Expand Down

0 comments on commit 0e2a0df

Please sign in to comment.