Created by: Psixodelik
closes #34523
Hi
I added required fields validation when generating utilities using the Utilities API. For this, I added a new mixin to _functions.scss
(avoiding code duplication).
The fields for checking are taken from the $required-fields
variable (maybe it should be taken out in _variables.scss
)