Sha256: 86810cadfd2a3c8e1774fb905ad9d62e492354cc29f52d501541ac16759e53f2
Contents?: true
Size: 634 Bytes
Versions: 1
Compression:
Stored size: 634 Bytes
Contents
// Display .d-block { display: block; } .d-inline { display: inline; } .d-inline-block { display: inline-block; } .d-flex { display: flex; } .d-inline-flex { display: inline-flex; } .d-none, .hide { display: none !important; } .d-visible { visibility: visible; } .d-invisible { visibility: hidden; } .text-hide { background: transparent; border: 0; color: transparent; font-size: 0; line-height: 0; text-shadow: none; } .text-assistive { border: 0; clip: rect(0,0,0,0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .hand { cursor: pointer; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spectre_scss-0.3.2.0 | vendor/assets/stylesheets/spectre/src/utilities/_display.scss |