Sha256: a1123491279b9123488596749288ad89c31698ad6d313919f32ffdcbb25f3b41
Contents?: true
Size: 628 Bytes
Versions: 7
Compression:
Stored size: 628 Bytes
Contents
/*! minions.css | MIT License | https://github.com/chantastic/minions.css */ @media (max-width: #{$md - 1}px) { .o-a\@\!md { overflow: auto } .o-h\@\!md { overflow: hidden } .o-s\@\!md { overflow: scroll } .o-v\@\!md { overflow: visible } .ox-a\@\!md { overflow-x: auto } .ox-h\@\!md { overflow-x: hidden } .ox-s\@\!md { overflow-x: scroll } .ox-v\@\!md { overflow-x: visible } .oy-a\@\!md { overflow-y: auto } .oy-h\@\!md { overflow-y: hidden } .oy-s\@\!md { overflow-y: scroll } .oy-v\@\!md { overflow-y: visible } .-wos\@\!md { overflow: scroll; -webkit-overflow-scrolling: touch; } }
Version data entries
7 entries across 7 versions & 1 rubygems