Sha256: c0aa591478ee048ad125e78109ae91eb6ae11318d1d59968d73bbd646e51b5bd
Contents?: true
Size: 661 Bytes
Versions: 10
Compression:
Stored size: 661 Bytes
Contents
._clearfix { @include clearfix(); } ._margin_bottom { margin-bottom: var(--_); } ._no_margin_bottom { margin-bottom: 0; } ._responsive_table_wrapper { margin-bottom: var(--_); overflow-x: auto; > table:last-child { margin-bottom: 0; } } ._sr_only { @include sr_only(); } ._sr_only_focusable { @include sr_only_focusable(); } ._text_left { text-align: left; } ._text_right { text-align: right; } ._text_center { text-align: center; } ._text_justify { text-align: justify; } ._text_capitalize { text-transform: capitalize; } ._text_uppercase { text-transform: uppercase; } ._text_lowercase { text-transform: lowercase; }
Version data entries
10 entries across 10 versions & 1 rubygems