I can't override bootstrap variables from 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";
I'm trying to override default value of bootstrap's scss variables, but it wasn't apply and all I see is the default color