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

Commit 4dd5d62

Browse files
committed
fix(textfield): incorrect mixin forward path
Fixes an error that was due to a `@forward` which is pointing to an incorrect file path. Seems to have been introduced in 1814866.
1 parent b3f70eb commit 4dd5d62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/mdc-textfield/_mixins.import.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
@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-;
1515
@forward "./icon" as mdc-text-field-*;
1616
@forward "./index" as mdc-text-field-*;
17-
@forward "./helper_text" as mdc-text-field-*;
18-
@forward "./character_counter" as mdc-text-field-*;
17+
@forward "./helper-text" as mdc-text-field-*;
18+
@forward "./character-counter" as mdc-text-field-*;
1919
@forward "@material/line-ripple" as mdc-line-ripple-*;

0 commit comments

Comments
 (0)