UNPKG

css-heights

Version:

Css module of single purpose classes for heights

15 lines (13 loc) 287 B
/* HEIGHT - KEYWORDS */ .ht-auto { height: auto; } @media screen and (min-width: 48em) { .ht-auto-ns { height: auto; } } @media screen and (min-width:48em) and (max-width: 64em) { .ht-auto-m { height: auto; } } @media screen and (min-width: 64em) { .ht-auto-l { height: auto; } }