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