/**
 * INPUT FIELD
 *
*/
@layer components {
    .rtds-input-field.has-error textarea {
        @apply rtds-border-2 rtds-border-error-dark;
    }
}