If you want your form to have a working validation this component might work for you.
- Install the component using NPM
npm install --save kopfwelt/component-form
- Import the SCSS mixins and apply them
@import 'node_modules/kopfwelt/component-ratio/component-ratio-mixin';
input {
@include validate-border;
}
- Use it
input {
@include validate-border;
}
label {
@include validate-text;
}
label a {
@include validate-link;
}