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