Feature proposal #7560
closed
Bootstrap functions and variables inaccessible in custom usage
Added by krileon over 5 years ago.
Updated over 5 years ago.
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.
- Status changed from Resolved to Assigned
- % Done changed from 100 to 70
- Status changed from Assigned to Resolved
- % Done changed from 70 to 100
Functions are now included. Variables can not be included as they wouldn't be override-able. However, dependencies are now properly being included (e.g. you have $test + 123 it will now find a include $test BEFORE $test + 123 is defined).
- Status changed from Resolved to Closed
Also available in: Atom
PDF