Skip to content

Commit

Permalink
chore(grid-list): lessen specificity of scss (#2152)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matty Goo authored Feb 1, 2018
1 parent 2923659 commit 3bb4382
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/mdc-grid-list/mdc-grid-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,14 @@ $mdc-grid-list-tile-secondary-icon-size: 24px;
}

// postcss-bem-linter: define grid-list
.mdc-grid-list {
@at-root {
@include mdc-grid-list-tile-aspect(1);
@include mdc-grid-list-tile-gutter(4px);
}

.mdc-grid-list__tiles {
display: flex;
flex-flow: row wrap;
margin: 0;
padding: 0;
}

Expand Down

0 comments on commit 3bb4382

Please sign in to comment.