1 2 3 4 5 6
$transition-time: 2s; @mixin transition($defs) { -webkit-transition: $defs; transition: $defs; }