Sha256: cb5c4994fda9a28dac3ea15fa117a0454e144db184f57ce3c629c4eacfc2fc79
Contents?: true
Size: 398 Bytes
Versions: 5
Compression:
Stored size: 398 Bytes
Contents
/////////////////////// // conditionals // /////////////////////// // desktop helpers .desktop-only { display: block; } .hide-on-desktop {} // ipad helpers .ipad-only { display: none !important; } .hide-on-ipad {} // small tablet helpers .small-tablet-only { display: none !important; } .hide-on-small-tablet {} // mobile helpers .mobile-only { display: none !important; } .hide-on-mobile {}
Version data entries
5 entries across 5 versions & 1 rubygems