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 can't find this anywhere in the docs. I have lots of ecperience with old school css and I just wanted to add a new variable myself. So I went to utilities/initial-variables.scss, added my new variable family-trim (with a value).
I can't find this anywhere in the docs. I have lots of ecperience with old school css and I just wanted to add a new variable myself. So I went to utilities/initial-variables.scss, added my new variable
family-trim
(with a value).Added
to helpers/typography.scss
And used
in elements/content.scss
and compiled with dartsass.
However, the css inspector for my h1 element says
but
--bulma-family-trim
is not defined. What did I forget or what did I do wrong?The text was updated successfully, but these errors were encountered: