Sha256: 566aba76ecd20cc0a982c76019d6a0152ea6bc16a685ea7a9aef8767f4f855bd
Contents?: true
Size: 417 Bytes
Versions: 163
Compression:
Stored size: 417 Bytes
Contents
// [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
163 entries across 120 versions & 10 rubygems