mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 14:00:24 +00:00
Apply !default to SCSS variables
Missed one variable :(
This commit is contained in:
parent
33a510c63c
commit
18395219cc
1 changed files with 1 additions and 2 deletions
|
|
@ -451,8 +451,7 @@ $card-border-width: .0625rem !default;
|
|||
$card-border-radius: .25rem !default;
|
||||
$card-border-color: #e5e5e5 !default;
|
||||
$card-border-radius-inner: ($card-border-radius - $card-border-width) !default;
|
||||
|
||||
$card-cap-bg: #f5f5f5;
|
||||
$card-cap-bg: #f5f5f5 !default;
|
||||
|
||||
// Tooltips
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue