Sha256: 16347008d164a883573508b55952a588d7ede8b9341db6cae3c4999298e6d112
Contents?: true
Size: 744 Bytes
Versions: 7
Compression:
Stored size: 744 Bytes
Contents
@import 'compass/css3'; //Selectors %text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: top; display: inline-block; //ensures element has block properties } //Clears the float from any element %clearfix { &:before, &:after { display: table; content: ""; } &:after { clear: both; } } // Centers a block %center-block { display: block; margin-left: auto; margin-right: auto; } // Aligns the content vertically speaking %vertical-alignment { position: relative; top: 50%; @include transform(translateY(-50%)); margin: 0; } // Wrap words %word-wrap { -ms-word-break: break-all; word-break: break-all; word-break: break-word; @include hyphens; }
Version data entries
7 entries across 7 versions & 1 rubygems