Created by: pat270
When shadows are enabled and $btn-box-shadow
, $btn-active-box-shadow
, $input-box-shadow
, or $input-focus-box-shadow
have the value none
these mixins output invalid values for the box-shadow
property (e.g., box-shadow: none, 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
).