Sha256: 0ec57c46fd4213391be66710782664961dcba060db72b365a2bf6cf2c1efccd2
Contents?: true
Size: 977 Bytes
Versions: 8
Compression:
Stored size: 977 Bytes
Contents
/* ========================================================================== Text ========================================================================== */ /* Alignment ========================================================================== */ .text-justify { text-align: justify !important; } .text-nowrap { white-space: nowrap !important; } .text-left { text-align: left !important; } .text-right { text-align: right !important; } .text-center { text-align: center !important; } /* Transformation ========================================================================== */ .text-lowercase { text-transform: lowercase !important; } .text-uppercase { text-transform: uppercase !important; } .text-capitalize { text-transform: capitalize !important; } .text-truncate { @include text-truncate; } /* Sizing ========================================================================== */ .small { font-size: 80%; }
Version data entries
8 entries across 8 versions & 1 rubygems