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

Commit cd1d9fb

Browse files
ALMaclaineacdvorak
authored andcommitted
fix(floating-label): Add missing import to mixins (#4434)
(cherry picked from commit 183d44e)
1 parent 1229360 commit cd1d9fb

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
@@ -21,6 +21,7 @@
2121
//
2222

2323
@import "@material/rtl/mixins";
24+
@import "@material/theme/mixins";
2425
@import "./variables";
2526

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

0 commit comments

Comments
 (0)