Skip to content

Commit

Permalink
WIP Replace mdc-rtl with equivalent mdc-rtl-reflexive-box for noflip
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth G. Franqueiro committed Dec 1, 2018
1 parent e47e319 commit d04990f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/mdc-notched-outline/mdc-notched-outline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,8 @@

.mdc-notched-outline--notched {
.mdc-notched-outline__notch {
@include mdc-rtl {
padding-right: 0;
padding-left: 8px;
}
@include mdc-rtl-reflexive-box(padding, right, 8px);

padding-right: 8px;
padding-left: 0;
border-top: none;
}
}
Expand Down

0 comments on commit d04990f

Please sign in to comment.