Hardcoded font-size in form-validation-state
Created by: vudaltsov
I use $font-size-base: 0.8125rem;
.
Because the form-validation-state
mixin has a fixed font-size of .875rem
, I got validation messages of an unexpectedly bigger font.
Could this be changed to percent values or variables?