Skip to content

Commit

Permalink
fix(textfield): incorrect mixin forward path
Browse files Browse the repository at this point in the history
Fixes an error, because an `@forward` is pointing to an incorrect file path. Seems to have been introduced in 1814866.
  • Loading branch information
crisbeto committed Feb 1, 2020
1 parent b3f70eb commit dd97376
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 dd97376

Please sign in to comment.