Sha256: d38ac343b2b5d4b3b4dc1419703f6c773d653fb156c01ff28af9c3fbdc290e1a
Contents?: true
Size: 638 Bytes
Versions: 4
Compression:
Stored size: 638 Bytes
Contents
@if $ym-base-floathandling == true { /** * @section Float Handling Module */ /* (en) clearfix method for clearing floats */ /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */ .ym-clearfix:before { content:""; display:table; } .ym-clearfix:after { clear:both; content:"."; display:block; font-size:0; height:0; visibility:hidden; } /* (en) alternative solutions to contain floats */ /* (de) Alternative Methoden zum Einschließen von Float-Umgebungen */ .ym-contain-dt { @include ym-contain(dt); } .ym-contain-oh { @include ym-contain(oh); } .ym-contain-fl { @include ym-contain(fl); } }
Version data entries
4 entries across 4 versions & 1 rubygems