Sha256: 9ecb5c19e7c97d029fea9698ec37d4bf5d5c71e581b607700514d68345abe6f2
Contents?: true
Size: 721 Bytes
Versions: 46
Compression:
Stored size: 721 Bytes
Contents
// ========================================================================== // Mixins (not provided by Bourbon) // ========================================================================== @mixin clearfix { &:after { content: ""; display: table; clear: both; } } @mixin hide-text { overflow: hidden; text-indent: 101%; white-space: nowrap; } @mixin hidpi { @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25/1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) { @content; } }
Version data entries
46 entries across 46 versions & 1 rubygems