Fixed overwritting of default bootstrap color

This commit is contained in:
Alejandro Celaya 2022-03-05 13:32:47 +01:00
parent e5a84b1505
commit f4fa1582a7

View file

@ -24,6 +24,4 @@ $footer-height: 2.3rem;
$footer-margin: .8rem; $footer-margin: .8rem;
// Bootstrap overwrites // Bootstrap overwrites
$theme-colors: ( $primary: $mainColor;
'primary': $mainColor
);