UNPKG

shido

Version:

Build fast with Shido, a CSS framework for building custom designs without any annoying style or component you have to fight to override.

20 lines (17 loc) 275 B
@media screen { .show-print, .show-print-inline { display: none !important; } } @media print { .hide-print { display: none !important; } .show-print { display: block !important; } .show-print-inline { display: inline-block !important; } }