Hi,
How can I add my custom.scss file to override the default bootstrap colors? I wish to add something like this
$white: #ffffff;
$theme-colors: (
"light": #1ccccc,
"dark": #2ccccc,
"primary": #3ccccc,
"secondary": #4ccccc,
"info": #5ccccc,
"success": #6ccccc,
"warning": #7ccccc,
"danger": #8ccccc,
);