Sha256: 26ba88908ad7c82c6228d0e7cbfc17d1c6c81f20eed116cf423c6bfe07c8aff7
Contents?: true
Size: 304 Bytes
Versions: 43
Compression:
Stored size: 304 Bytes
Contents
// stylelint-disable declaration-no-important .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
43 entries across 43 versions & 2 rubygems