Sha256: 1c61f709a9eff8163c8cf8699af010f3adbcf1115e3b27aae65fe00e98bf0a8d
Contents?: true
Size: 387 Bytes
Versions: 13
Compression:
Stored size: 387 Bytes
Contents
// The micro clearfix http://nicolasgallagher.com/micro-clearfix-hack/ @mixin clearfix() { *zoom:1; &:before, &:after { content: ""; display: table; } &:after { clear: both; } } @mixin mobileClearfix() { @include respondTo(smallScreen) { &:before, &:after { content: ""; display: table; } &:after { clear: both; } &:last-child { float: none; } } }
Version data entries
13 entries across 13 versions & 1 rubygems