@@ -165,12 +165,12 @@ $accordion-theme-map: (
165
165
// Alert
166
166
167
167
$alert-variants-dt : (
168
- " primary" : alert-color-map ($primary-dt ),
169
- " secondary" : alert-color-map ($secondary-dt ),
170
- " success" : alert-color-map ($success-dt ),
171
- " danger" : alert-color-map ($danger-dt ),
172
- " warning" : alert-color-map ($warning-dt ),
173
- " info" : alert-color-map ($info-dt )
168
+ " primary" : alert-color-map ($primary ),
169
+ " secondary" : alert-color-map ($secondary ),
170
+ " success" : alert-color-map ($success ),
171
+ " danger" : alert-color-map ($danger ),
172
+ " warning" : alert-color-map ($warning ),
173
+ " info" : alert-color-map ($info )
174
174
) !default ;
175
175
176
176
// Breadcrumb
@@ -768,10 +768,7 @@ $theme-map: (
768
768
" text" : $theme-colors-dt
769
769
),
770
770
" accordion" : $accordion-theme-map ,
771
- // "alert": $alert-theme-variants-dt,
772
771
" breadcrumb" : $breadcrumb-theme-map ,
773
- // "btn": $button-theme-variants-dt,
774
- // "btn-outline": $button-outline-theme-variants-dt,
775
772
" btn-close" : $close-theme-map ,
776
773
" card" : $card-theme-map ,
777
774
" dropdown" : $dropdown-theme-map ,
0 commit comments