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

Commit

Permalink
fix(text-field): Add missing import to _mixins file (#2740)
Browse files Browse the repository at this point in the history
  • Loading branch information
TedSander authored and kfranqueiro committed May 15, 2018
1 parent f75df26 commit 581e8f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-textfield/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
@import "helper-text/mixins";
@import "icon/mixins";
@import "icon/variables";
@import "./variables";

@mixin mdc-text-field-box-corner-radius($radius) {
border-radius: $radius $radius 0 0;
Expand Down

0 comments on commit 581e8f4

Please sign in to comment.