Sha256: 2296e2d73e3febe605e7ecc25b0d27a815d18677d5ac98adcf1bd204ae1793aa
Contents?: true
Size: 1.34 KB
Versions: 8
Compression:
Stored size: 1.34 KB
Contents
@import "sass-zero/variables/breakpoints"; @import "sass-zero/variables/effects"; @import "sass-zero/mixins"; .u-full-width { width: 100%; } .u-full-height { height:100% } .u-min-width { min-width: 0; } .u-disabled { pointer-events: none; opacity: $opacity-30; } .u-off-screen { position: absolute; left: -9999em; } .u-overflow-auto { overflow: auto; } .u-unscrollable { overflow: hidden; } .u-display-i { display: inline; } .u-display-b { display: block; } .u-display-ib { display: inline-block; } .u-display-n { display: none !important; } .u-visibility-hidden { visibility: hidden; } .u-pointer-events-n { pointer-events: none; } .u-margin-centered { margin-left: auto; margin-right: auto; } .u-wrap { display: block; } .u-nowrap { white-space: nowrap; } .u-clearfix { @include clearfix; } .u-float-l { float: left; } .u-float-r { float: right; } .u-float-n { float: none; } .u-float-clear { clear: both; } .u-float-clear-l { clear: left; } .u-float-clear-r { clear: right; } .u-hide { display: none; } .u-hide-focus { outline: none !important; } @media (max-width: $breakpoint-md - 1) { .u-hide\@small { display: none; } } @media (min-width: $breakpoint-md) { .u-hide\@medium { display: none; } } @media print { .u-no-print { display: none !important; } }
Version data entries
8 entries across 8 versions & 1 rubygems