Skip to content

Instantly share code, notes, and snippets.

@jordanneenan
jordanneenan / hamburer.scss
Last active December 16, 2019 18:39
Hamburger animation
//-----------------------------------------------//
//Config hamburger
$width: 30px;
$lineHeight: 4px;
$lineSpace: 5px;
$lineColor: #ffffff;
//Calculate other proportions
$top-1: 0;