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

Commit

Permalink
fix(floating-label): Import RTL in mixin since it is being used (#2743)
Browse files Browse the repository at this point in the history
  • Loading branch information
TedSander authored and kfranqueiro committed May 15, 2018
1 parent 01d967a commit f75df26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-floating-label/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
// limitations under the License.
//

@import "@material/rtl/mixins";
@import "./variables";

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

0 comments on commit f75df26

Please sign in to comment.