Sha256: fe6315ef8609050126d3e63e724902babb5b2bd6e78a031aa7236c50f24434f5
Contents?: true
Size: 484 Bytes
Versions: 1
Compression:
Stored size: 484 Bytes
Contents
// Micro flint-clearfix // ------------------------------------------------------------------------------- // @documentation http://nicolasgallagher.com/micro-clearfix-hack/ // ------------------------------------------------------------------------------- @mixin flint-clearfix { zoom: 1; &:before, &:after { content: "\0020"; display: block; height: 0; overflow: hidden; } &:after { clear: both; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flint-gs-1.7.1 | stylesheets/flint/mixins/lib/_clearfix.scss |