Sha256: 9b8dac539cba5afcd3b6a5aa97c2af4ed54b0251a5322dfa0e59204e58cc97ec
Contents?: true
Size: 246 Bytes
Versions: 6
Compression:
Stored size: 246 Bytes
Contents
@mixin overflow_left_container { @include clearfix; & > :first-child { float: right; } & > * { overflow: hidden; } } @mixin overflow_right_container { @include clearfix; & > :first-child { float: left; } & > * { overflow: hidden; } }
Version data entries
6 entries across 6 versions & 1 rubygems