Sha256: fd8e348ec3157050a5bc016efba860bd3c9dfde80a8979e344b15c24c94caf0e
Contents?: true
Size: 949 Bytes
Versions: 7
Compression:
Stored size: 949 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
7 entries across 7 versions & 1 rubygems