Sha256: 758376ae8451bc8488cd6c616360f9c8c88a42a34de55e488c21321595331c16
Contents?: true
Size: 282 Bytes
Versions: 2
Compression:
Stored size: 282 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
patterns-0.1.6 | app/assets/stylesheets/alignment/_overflow.scss |
patterns-0.1.5 | app/assets/stylesheets/alignment/_overflow.scss |