Sha256: 5be9a377ac695cbfcff958896945921d391509d9849f3a1f8ce075e58fb8afa4
Contents?: true
Size: 969 Bytes
Versions: 5
Compression:
Stored size: 969 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
5 entries across 5 versions & 2 rubygems