Sha256: 90cc69181b78354dfa680c9957d8a57b0c5e34159e552f4de82398f3f292de80
Contents?: true
Size: 756 Bytes
Versions: 3
Compression:
Stored size: 756 Bytes
Contents
// Display .is-block display: block .is-inline display: inline .is-flex display: flex // Float .is-clearfix +clearfix .is-pulled-left float: left .is-pulled-right float: right // Overlay .is-overlay +overlay // Size .is-fullwidth width: 100% // Text .is-text-centered text-align: center .is-text-left text-align: left .is-text-right text-align: right // Visibility .is-hidden-mobile +mobile display: none !important .is-hidden-tablet +tablet display: none !important .is-hidden-touch +touch display: none !important .is-hidden-desktop +desktop display: none !important // Other .is-disabled pointer-events: none .is-marginless margin: 0 !important .is-unselectable +unselectable
Version data entries
3 entries across 3 versions & 1 rubygems