Skip to content

Instantly share code, notes, and snippets.

View emilsall's full-sized avatar
🤸
Show me your spine and everything's fine

Emil Säll emilsall

🤸
Show me your spine and everything's fine
View GitHub Profile
@emilsall
emilsall / hamburger.less
Last active April 10, 2017 19:32
Animated CSS menu hamburger that I use all the time... finally made it into a reusable less mixin.
.hamburger(
@size: 40px,
@line: 2px,
@spacing: 20%,
@duration: .4s,
@parentclass: hamburger-is-active,
@color: currentColor
) {
@halfduration: @duration / 2;
@halfsize: @size / 2;