Sha256: 8bbcf0ca8e46486a47d9f9e3254e5fe0ab24b3de6dd1bd30a198326d353979e5
Contents?: true
Size: 396 Bytes
Versions: 15
Compression:
Stored size: 396 Bytes
Contents
@mixin hover-border($pseudo: before, $width: 5px, $background-color: $hover-border-background-color) { $modifier: left; @if $pseudo == after { $modifier: right; } &:#{$pseudo} { @include transition(all .3s ease); #{$modifier}: 0; background-color: $background-color; bottom: 0; content: ''; position: absolute; top: 0; width: $width; z-index: 100; } }
Version data entries
15 entries across 15 versions & 1 rubygems