Sha256: 5e8a9e23a6db0d8d0c35245d51b8f1a1fcbb2cb3f348961b0bf588e12bed25f0
Contents?: true
Size: 701 Bytes
Versions: 4
Compression:
Stored size: 701 Bytes
Contents
// Display .is-flex display: flex // Float .is-clearfix +clearfix .is-pulled-left float: left .is-pulled-right float: right // Overlay .is-overlay +overlay // Text .has-text-centered text-align: center .has-text-left text-align: left .has-text-right text-align: right // Visibility .is-hidden display: none !important .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
4 entries across 4 versions & 1 rubygems