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

Commit

Permalink
fix(notched-outline): Add noflip annotation (#3994)
Browse files Browse the repository at this point in the history
Add the `@noflip` annotation to the notched outline Sass in RTL. This is necessary for closure stylesheets.
  • Loading branch information
patrickrodee authored Oct 25, 2018
1 parent 6307071 commit c60d42b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-notched-outline/mdc-notched-outline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
overflow: hidden;

@include mdc-rtl {
/* @noflip */
text-align: right;
}

Expand Down

0 comments on commit c60d42b

Please sign in to comment.