Sha256: f7a7fede09c8de22de7fc0e6a9b437b888c9b26d51355ec4d8c1bb74bf57d1c1
Contents?: true
Size: 723 Bytes
Versions: 19
Compression:
Stored size: 723 Bytes
Contents
// ========================================================================== // Element alignment classes // ========================================================================== .left { text-align: left !important; } .right { text-align: right !important; } .center { text-align: center !important; } @include _bp-prefixer-basic { &left { text-align: left !important; } &right { text-align: right !important; } ¢er { text-align: center !important; } } // --- // VERTICAL // --- .v-top { vertical-align: top !important; } .v-bottom { vertical-align: bottom !important; } .v-middle { vertical-align: middle !important; } .v-baseline { vertical-align: baseline !important; }
Version data entries
19 entries across 19 versions & 1 rubygems