@mixin border-hover( $width: '', $style: solid, $color: 'border', $radius: 'border-radius', ) { &:hover { @include border($width, $style, $color, $radius); } }
Last updated 2 years ago