Struggling to customize Bootstrap variables in my main.scss
file
@import "node_modules/bootstrap/scss/functions";
@import "node_modules/bootstrap/scss/variables";
@import "node_modules/bootstrap/scss/mixins";
$primary: green;
@import "node_modules/bootstrap/scss/bootstrap.scss";
Despite attempting to change the default values of Bootstrap's scss variables, the changes aren't taking effect and I'm still seeing the default color.