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
This is a Sass issue: I'm using version [1.0.1]
I am sure this issue is not a duplicate.
Description
I was looking in the Sass sources what can be configured, and I stumbled on $speed.
Curious what this is controlling, I searched for usages. But there are none.
It seems like some values in themes/light.scss are hard-coded instead of using their values from initial-variables.scss.
Comparing themes/light.scss
This is about Bulma.
It seems to be a bug.
Overview of the problem
This is a Sass issue: I'm using version [1.0.1]
I am sure this issue is not a duplicate.
Description
I was looking in the Sass sources what can be configured, and I stumbled on
$speed
.Curious what this is controlling, I searched for usages. But there are none.
It seems like some values in
themes/light.scss
are hard-coded instead of using their values frominitial-variables.scss
.Comparing
themes/light.scss
with
initial-variables.scss
one notices,
$easing
,$radius-rounded
and$speed
are not used.The text was updated successfully, but these errors were encountered: