This is no longer a working method for doing a color swap:
For example: the "$brand-primary" variable is used by both, Bootstrap and UnderStrap. Add your own color like: $brand-primary: #ff6600; in /sass/theme/_child_theme_variables.scss to overwrite it. That will change automatically all elements who use this variable.
As pointed out here and "resolved" here, the issue seems to either require copying all three color maps BS uses into your _child_theme_variables.scss or modifying Bootstrap files, which is not ideal. I think the documentation should at least be updated with a warning that this method won't work anymore. Any ideas on how to resolve this issue quickly?
This is no longer a working method for doing a color swap:
As pointed out here and "resolved" here, the issue seems to either require copying all three color maps BS uses into your
_child_theme_variables.scssor modifying Bootstrap files, which is not ideal. I think the documentation should at least be updated with a warning that this method won't work anymore. Any ideas on how to resolve this issue quickly?