Sha256: 87e40249b9eef02fec44eee7d276dcd583e12aef948e8a2c0914f71a44f6b98d
Contents?: true
Size: 584 Bytes
Versions: 1
Compression:
Stored size: 584 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; } } } @mixin overflow_middle_container { @include clearfix; & > * { text-align: center; overflow: hidden; } & > :first-child { float: left; overflow: visible; text-align: inherit; & + * { float: right; overflow: visible; text-align: inherit; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
patterns-0.1.7 | app/assets/stylesheets/alignment/_overflow.scss |