Sha256: 83a5e2c1035b671cb3a2f8e9557e5dfa186ac7c335b35617b598fedb6b783c2a
Contents?: true
Size: 514 Bytes
Versions: 1089
Compression:
Stored size: 514 Bytes
Contents
// Responsive utilities // // More easily include all the states for responsive-utilities.less. // [converter] $parent hack @mixin responsive-visibility($parent) { #{$parent} { display: block !important; } table#{$parent} { display: table !important; } tr#{$parent} { display: table-row !important; } th#{$parent}, td#{$parent} { display: table-cell !important; } } // [converter] $parent hack @mixin responsive-invisibility($parent) { #{$parent} { display: none !important; } }
Version data entries
1,089 entries across 1,076 versions & 43 rubygems