Skip to content

Commit

Permalink
feat(select): Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
williamernest committed Jan 17, 2018
1 parent f7fc139 commit 41bb402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mdc-select/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
@include mdc-theme-prop(background-color, $color);
}

.mdc-select__bottom-line:after {
.mdc-select__bottom-line::after {
@include mdc-theme-prop(background-color, $color);
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/mdc-select/mdc-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ $mdc-select-menu-transition: transform 180ms $mdc-animation-standard-curve-timin

@include mdc-select-focused-bottom-line_ {
&::after {
transform: scale(1,2);
transform: scale(1, 2);
opacity: 1;
}
}
Expand Down

0 comments on commit 41bb402

Please sign in to comment.