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
I'm currently trying to build an app with a dynamic customisable theme. Currently, it has a three colours, two of which I have added to Bulma via scss (i.e. $secondary & $tertiary), which allows me to use the classes 'is-secondary', 'is-tertiary', etc
I'd like to include these 'custom' colours in the "generated-vars.scss" file, but I can't get my head around your source code.
Could you direct me to which areas I should be looking at?
The text was updated successfully, but these errors were encountered:
@chrishumphrey1985 Oh I'm sorry, I somehow missed your issue.
You should be able to just declare the variables in bulma-css-vars.config.js. You then have to use this variable in a scss file imported by main.scss in a class.
You guys can try it out and tell me if this worked. If not I can take another look and prepare an example.
Hi again,
I'm currently trying to build an app with a dynamic customisable theme. Currently, it has a three colours, two of which I have added to Bulma via scss (i.e. $secondary & $tertiary), which allows me to use the classes 'is-secondary', 'is-tertiary', etc
I'd like to include these 'custom' colours in the "generated-vars.scss" file, but I can't get my head around your source code.
Could you direct me to which areas I should be looking at?
The text was updated successfully, but these errors were encountered: