textarea {
  @extend %input;
  height: 0; // override `cols` attribute
  min-height: rem-calc( 120 );
  resize: vertical;
  width: 100%;

  &::placeholder {
    @extend %input-placeholder;
  }
}
