Sha256: acb9d7324fbbe44cf8a56687973c23847da86b236933af00e2b96dcab82956a5
Contents?: true
Size: 484 Bytes
Versions: 40
Compression:
Stored size: 484 Bytes
Contents
/*------------------------------------ Overflows ------------------------------------*/ .g-overflow-hidden { overflow: hidden; } .g-overflow-visible { overflow: visible; } .g-overflow-x-hidden { overflow-x: hidden; } .g-overflow-x-scroll { overflow-x: scroll; } .g-overflow-y-auto { overflow-y: auto; } @media (min-width: $g-md) { .g-overflow-x-visible--md { overflow-x: visible; } } @media (min-width: $g-lg) { .g-overflow-x-visible--lg { overflow-x: visible; } }
Version data entries
40 entries across 40 versions & 1 rubygems