Skip to content

Child Theme Variables aren't working #88

@dymond

Description

@dymond

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions