Wikiki / bulma-switch

Bulma's extension to display checkbox as a switch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sass compiling error occurs

pinmarch opened this issue · 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.