/* The following block can be included in a custom.scss */ /* make the customizations */ $theme-colors: ( "success": rgb(42, 104, 0), "danger": #b20, "primary": #444054, ); $enable-rounded: false; /* import bootstrap to set changes */ @import "../../scss/custom-bootstrap/bootstrap";