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.

14 lines (13 loc) 291 B
each(@breakpoints-min, .(@px, @breakpoint) { @media (min-width: @px) { .@{breakpoint}\:hide { display: none !important; } .@{breakpoint}\:show { display: block !important; } .@{breakpoint}\:show-inline { display: inline-block !important; } } })