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

Commit 581e8f4

Browse files
TedSanderkfranqueiro
authored andcommitted
fix(text-field): Add missing import to _mixins file (#2740)
1 parent f75df26 commit 581e8f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mdc-textfield/_mixins.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
@import "helper-text/mixins";
2222
@import "icon/mixins";
2323
@import "icon/variables";
24+
@import "./variables";
2425

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

0 commit comments

Comments
 (0)