Created by: tagliala
Hi, this is an attempt to provide variables for the Card component, but I have a couple of questions
-
$card-color
and$card-cap-color
are defined asnull
. This has the effect of rules being generated with SCSS, but it will generate empty css variables.- Is it fine to have empty CSS variables?
- Should the default value change to
inherit
? - if the default value change from
null
toinherit
, should it be considered a breaking change?
- Should the conditional rules in
@if $nav-tabs-link-active-bg != $card-bg
moved out fromif
?