Sha256: 11b41cf68bbb2a729dc373df532e09edd64a041cf648c952d5030f4275c9bef8
Contents?: true
Size: 291 Bytes
Versions: 4
Compression:
Stored size: 291 Bytes
Contents
@mixin active-focus-hover { &:active, &:focus, &:hover { @content; } } @mixin focus-hover { &:focus, &:hover { @content; } } @mixin hover { &:hover { @content; } } @mixin plain-active-focus-hover { &, &:active, &:focus, &:hover { @content; } }
Version data entries
4 entries across 4 versions & 1 rubygems