Skip to content

Commit

Permalink
fix(textfield): incorrect mixin forward path (#5554)
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto authored Feb 2, 2020
1 parent b3f70eb commit 3e782d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdc-textfield/_mixins.import.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-;
@forward "./icon" as mdc-text-field-*;
@forward "./index" as mdc-text-field-*;
@forward "./helper_text" as mdc-text-field-*;
@forward "./character_counter" as mdc-text-field-*;
@forward "./helper-text" as mdc-text-field-*;
@forward "./character-counter" as mdc-text-field-*;
@forward "@material/line-ripple" as mdc-line-ripple-*;

0 comments on commit 3e782d8

Please sign in to comment.