Actions
Feature proposal #7560
closedBootstrap functions and variables inaccessible in custom usage
Feature proposal #7560:
Bootstrap functions and variables inaccessible in custom usage
Description
When overriding Bootstrap variables if the override contains a Bootstrap variable that isn't a part of the custom theme usage it will error. To fix this Bootstrap variables and functions should be imported before custom usage so they can be used in the custom usage.
Actions