Sha256: 005405b23d984087ced60d04673719d151c3c6d8a42ddbccec2e6fc8c3d72979
Contents?: true
Size: 389 Bytes
Versions: 5
Compression:
Stored size: 389 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
5 entries across 5 versions & 1 rubygems