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
Yeah, for fonts there is no need to provide additional wrappers like it is for colors. I think it is clearer to set the css variables directly in your code.
I identified two more cases where computing derived variables requires extra work:
calculations computed in sass (like $level-item-spacing: ($block-spacing / 2) in level.sass), which either have to be redone in CSS using calc or have to be done using js when changing the css variable
One feature I'd like to see would be the possibility to change other properties, like the font-family.
The ColorUpdater wouldn't be needed, and you could simply do something like this:
However, I don't know if it fits the project. What's your opinion about this?
--
Sorry for the quick edit. I figured you can already do this with Bulma only. To use it with this project, I did the following in my main scss file:
The text was updated successfully, but these errors were encountered: