typescriptcssv0.1
Docs

max-height

Utilities for setting the maximum height of an element.

UtilityStyles
max.h[*<value>*]max-height: calc(var(--spacing) * *<number>*);
max.h.nonemax-height: none;
max.h['1px']max-height: 1px;
max.h['100%']max-height: 100%;
max.h['100vh']max-height: 100vh;
max.h['100dvh']max-height: 100dvh;
max.h['100dvw']max-height: 100dvw;
max.h['100lvh']max-height: 100lvh;
max.h['100lvw']max-height: 100lvw;
max.h['100svh']max-height: 100svh;
max.h['100svw']max-height: 100svw;
max.h.minmax-height: min-content;
max.h.maxmax-height: max-content;
max.h.fitmax-height: fit-content;
max.h['1lh']max-height: 1lh;