Relative Content

Tag Archive for twitter-bootstrapsassbootstrap-5

Primary subtle is not set based on the primary color

@import “../../node_modules/bootstrap/scss/functions”; @import “../../node_modules/bootstrap/scss/mixins”; @import “../../node_modules/bootstrap/scss/variables”; $primary: #3d7ab0; // merge with existing $theme-colors map $theme-colors: map-merge( $theme-colors, ( “primary”: $primary, ) ); @import “../../node_modules/bootstrap/scss/bootstrap”; Here is the code I’m use for generating the themes Whenever we called the $primary-bg-subtle the value is not set according to the primary color but instead it gives me bootstrap’s […]