Wikiki/bulma-switch

sass compiling error occurs

Opened this issue · 1 comments

Hi. I use bulma-switch with bulmaswatch. And I have an error with bulma-switch.
Bulmaswatch uses rem but this does em, so the below error occurs.
SassError: 1.275em and 0.5rem have incompatible units.

I feel happy these values change to be useing calc().

$paddle-height: $switch-height - ($switch-paddle-offset * 2)

Any update on this? I had to remove bulma switch from our project due to this issue appearing all of a sudden.