Created by: zalog
This PR fixes css property box-shadow
become invalid.
That happends if one of $input-box-shadow
or $input-focus-box-shadow
is none
.
Our box-shadow
mixin verifies for length($string) == 1
and it covers that case.
LE: Oh, this relates with #30394
cc:// @mdo @ysds