Sha256: c63f554e5cdfb594a1efc810fed53aaf1ea76266072c4e61bd9eb007e8146a45
Contents?: true
Size: 286 Bytes
Versions: 23
Compression:
Stored size: 286 Bytes
Contents
## @media The `@media` works just as it does within regular css, however with Stylus block notation: @media print #header #footer display none yielding: @media print { #header, #footer { display: none; } }
Version data entries
23 entries across 23 versions & 1 rubygems