Sha256: 7800de23d032f3c50c6b3ab0891c1c5f1e9078e776cccd98c95c3d9dedd1d321
Contents?: true
Size: 354 Bytes
Versions: 77
Compression:
Stored size: 354 Bytes
Contents
// Responsive utilities // // More easily include all the states for responsive-utilities.less. .responsive-visibility() { display: block !important; table& { display: table !important; } tr& { display: table-row !important; } th&, td& { display: table-cell !important; } } .responsive-invisibility() { display: none !important; }
Version data entries
77 entries across 77 versions & 18 rubygems