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.

10 lines (9 loc) 213 B
each(@breakpoints-min, .(@px, @breakpoint) { @media (min-width: @px) { each(range(@s-columns), .(@loop) { .@{breakpoint}\:scol-fit-@{loop} { width: ((100% / @loop)) * 1%; } }) } })