Max-Height.scss 217 B

1234567891011
  1. // Max-Height
  2. @mixin render($name, $varName) {
  3. .max-h-#{$name} { max-height: var($varName); }
  4. }
  5. @include setPxs($pxNames);
  6. $morePcts: full;
  7. @include setPcts($morePcts);
  8. .max-h-screen {max-height: var(--h-screen);}