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

Commit f75df26

Browse files
TedSanderkfranqueiro
authored andcommitted
fix(floating-label): Import RTL in mixin since it is being used (#2743)
1 parent 01d967a commit f75df26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mdc-floating-label/_mixins.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// limitations under the License.
1515
//
1616

17+
@import "@material/rtl/mixins";
1718
@import "./variables";
1819

1920
@mixin mdc-floating-label-ink-color($color) {

0 commit comments

Comments
 (0)