Sha256: 9dd8ca3bd153097aff02edbf77461061ed5478abd9e8bb2955ffe7b178752b51
Contents?: true
Size: 1.02 KB
Versions: 9
Compression:
Stored size: 1.02 KB
Contents
@import "../variables/breakpoints"; .debug * { outline: 1px #f00 solid !important; } .u-display-n { display: none !important; } .u-display-b { display: block; } .u-display-i { display: inline; } .u-display-ib { display: inline-block; } .u-display-c { display: contents; } .u-visibility-hidden { visibility: hidden; } .u-hide { display: none; } .u-float-l { float: left; } .u-float-r { float: right; } .u-nowrap { white-space: nowrap; } .u-full-width { width: 100%; } .u-min-width { min-width: 0; } .u-max-width { max-width: 100%; } .u-full-height { height: 100%; } .u-disabled { pointer-events: none; opacity: 0.5; } .u-off-screen { position: absolute; left: -9999em; } .u-overflow-auto { overflow: auto; } .u-overflow-hidden { overflow: hidden; } @media (min-width: $breakpoint-md) { .u-show--inline\@md { display: inline; } .u-show\@md { display: block; } .u-hide\@md { display: none; } } @media print { .u-no-print { display: none !important; } }
Version data entries
9 entries across 9 versions & 1 rubygems