Sha256: 7a874bb4e90945c35012a07c01b1e0bb0e08f3fafb02180dbd8bf9ca80e6acfc
Contents?: true
Size: 375 Bytes
Versions: 38
Compression:
Stored size: 375 Bytes
Contents
// stylelint-disable property-blacklist @mixin transition($transition...) { @if $enable-transitions { @if length($transition) == 0 { transition: $transition-base; } @else { transition: $transition; } } @if $enable-prefers-reduced-motion-media-query { @media screen and (prefers-reduced-motion: reduce) { transition: none; } } }
Version data entries
38 entries across 38 versions & 7 rubygems