From c60d42ba8218ebff8a23b7723b2c2b3d3cea28d0 Mon Sep 17 00:00:00 2001 From: Patty RoDee Date: Thu, 25 Oct 2018 14:43:28 -0700 Subject: [PATCH] fix(notched-outline): Add noflip annotation (#3994) Add the `@noflip` annotation to the notched outline Sass in RTL. This is necessary for closure stylesheets. --- packages/mdc-notched-outline/mdc-notched-outline.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/mdc-notched-outline/mdc-notched-outline.scss b/packages/mdc-notched-outline/mdc-notched-outline.scss index 5ed529e322a..9f2c3c26254 100644 --- a/packages/mdc-notched-outline/mdc-notched-outline.scss +++ b/packages/mdc-notched-outline/mdc-notched-outline.scss @@ -45,6 +45,7 @@ overflow: hidden; @include mdc-rtl { + /* @noflip */ text-align: right; }