Skip to content

Commit

Permalink
styles...input: Handle textarea.
Browse files Browse the repository at this point in the history
  • Loading branch information
Espen A. Kristiansen committed May 15, 2018
1 parent e65acd2 commit 5cc9ace
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ Styleguide form.3:input
.input {
@include font(base, normal);
@include font-size(small, $skip-line-height: true);
@include form-element-mixin();

display: block;
width: 100%;
Expand Down Expand Up @@ -170,3 +169,7 @@ Styleguide form.3:input
margin: 0;
}
}

input.input {
@include form-element-mixin();
}

0 comments on commit 5cc9ace

Please sign in to comment.