1 $transition-speed: 120ms; 2 $transition: $transition-speed opacity ease, 3 $transition-speed color ease, 4 $transition-speed background-color ease, 5 $transition-speed border-color ease;