Skip to content

Commit

Permalink
fix(text-field): Add missing import that is absent from textfield _mi…
Browse files Browse the repository at this point in the history
…xins file. Closes #2739
  • Loading branch information
TedSander committed May 14, 2018
1 parent c1efa8e commit 9e9847e
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 9e9847e

Please sign in to comment.