Created by: wojtask9
My previous fix was to optimistic. Please look at https://github.com/twbs/bootstrap/pull/27972#issuecomment-452106061
Sometimes we want pass none
to switch off box-shadow
.
We don't want only properties like box-shadow: none, 1px 1px black;
because this is invalid property for browsers