Project

General

Profile

Actions

Feature proposal #7560

closed

Bootstrap functions and variables inaccessible in custom usage

Added by krileon almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
21 May 2019
Due date:
% Done:

100%

Estimated time:

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 #1

Updated by krileon almost 5 years ago

  • Status changed from Resolved to Assigned
  • % Done changed from 100 to 70
Actions #2

Updated by krileon almost 5 years ago

  • 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).

Actions #3

Updated by krileon almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF