You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oruga version: 0.9.3
Vuejs version: 3.4.0
OS/Browser: does not depend on browser
Description
When trying to set an override value on a Bulma global variable, or a specific component's variable, often times I get the error This module was already loaded, so it can't be configured using "with". Following the "Option B" instructions found here.
It appears that the Oruga module has already used the _tabs.scss file, preventing any downstream overrides.
Expected behavior
It is expected that I can use Bulma scss component/element files with variable overrides.
Also, there does not seem to be a way to override Bulma initial variables, found here.
Actual behavior
There needs to be a way to set values for Bulma global and component variables when using the Oruga Bulma theme.
The text was updated successfully, but these errors were encountered:
jasonclemens
changed the title
Unable to modify Bulma global variables
Unable to modify Bulma global or certain component/element variables
Jan 2, 2025
Overview of the problem
Oruga version: 0.9.3
Vuejs version: 3.4.0
OS/Browser: does not depend on browser
Description
When trying to set an override value on a Bulma global variable, or a specific component's variable, often times I get the error This module was already loaded, so it can't be configured using "with". Following the "Option B" instructions found here.
Steps to reproduce
This can be reproduced with this SCSS code:
This results in the following SASS error:
It appears that the Oruga module has already used the _tabs.scss file, preventing any downstream overrides.
Expected behavior
It is expected that I can use Bulma scss component/element files with variable overrides.
Also, there does not seem to be a way to override Bulma initial variables, found here.
Actual behavior
There needs to be a way to set values for Bulma global and component variables when using the Oruga Bulma theme.
The text was updated successfully, but these errors were encountered: