diff options
Diffstat (limited to 'src/objects/_text-field.scss')
| -rw-r--r-- | src/objects/_text-field.scss | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/src/objects/_text-field.scss b/src/objects/_text-field.scss index 90d4b11..b819811 100644 --- a/src/objects/_text-field.scss +++ b/src/objects/_text-field.scss | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | @use 'iro-sass/src/index' as iro; | 1 | @use 'iro-sass/src/index' as iro; | 
| 2 | @use '../functions' as fn; | 2 | @use '../functions' as fn; | 
| 3 | @use '../vars'; | ||
| 4 | @use '../mixins/typography'; | ||
| 5 | 3 | ||
| 6 | @mixin invalid { | 4 | @mixin invalid { | 
| 7 | @include iro.bem-sibling-elem('bg') { | 5 | @include iro.bem-sibling-elem('bg') { | 
| @@ -108,8 +106,6 @@ | |||
| 108 | } | 106 | } | 
| 109 | 107 | ||
| 110 | @include iro.bem-elem('native') { | 108 | @include iro.bem-elem('native') { | 
| 111 | @include typography.set-font(vars.$font--main, (size: 1em, line-height: vars.$line-height)); | ||
| 112 | |||
| 113 | width: 100%; | 109 | width: 100%; | 
| 114 | color: fn.color(--text); | 110 | color: fn.color(--text); | 
| 115 | resize: none; | 111 | resize: none; | 
