Marino Guerieri

Results 3 comments of Marino Guerieri

I solved it. It was actually very obvious, I just had to manually install the missing package, i.e. `npm install to-style` **However, to-style was supposed to be installed automatically after...

> @xavianaxw I ran into this as well. A simpler solution is to explicitly set a line-height value of 1 on the base hamburger class: > > ```css > .hamburger:...

Ok it seems that the cause is using :hover, which is fine on desktop but on mobile it has strange behaviour, i.e. it seems that button stays in hover mode...