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) 276 B
each(@breakpoints-min, .(@px, @breakpoint) { @media (min-width: @px) { each(range(@s-min-font-size, @s-max-font-size, @s-increment-font), .(@loop) { .@{breakpoint}\:fs-@{loop} { font-size: (@loop/@s-body-font-size) * 1rem !important; } }) } })