Sha256: c2a43fa738d32343b400b384896986e2a36a96614eb565166c1212e936265aa7
Contents?: true
Size: 715 Bytes
Versions: 5
Compression:
Stored size: 715 Bytes
Contents
// Micro flint-clearfix // ------------------------------------------------------------------------------- // @documentation http://nicolasgallagher.com/micro-clearfix-hack/ // ------------------------------------------------------------------------------- // @uses : local clearfix mixin if available // ------------------------------------------------------------------------------- @mixin flint-clearfix { @if mixin-exists("clearfix") { @include clearfix; } @else { zoom: 1; &:before, &:after { content: "\0020"; display: block; height: 0; overflow: hidden; } &:after { clear: both; } } }
Version data entries
5 entries across 5 versions & 1 rubygems