$hmargin: 10px; $vmargin: 15px; $border: 1px solid $light-border; @mixin activeHover{ &:hover{ background: $active-color; color: $white; border-color: $active-color; text-decoration: none; } } @mixin flex-center{ display: flex; align-items: center; } @mixin border-radius{ border-radius: .25rem; } @mixin border{ border: $border; }