Skip to content

Commit

Permalink
* utilities: add css utility class .max-h-screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Mar 11, 2024
1 parent e532692 commit 12e0fb3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions lib/utilities/src/sizing/height.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@
.min-h-max {@apply -min-h-max;}
.min-h-fit {@apply -min-h-fit;}

.max-h-0 {@apply -max-h-0;}
.max-h-px {@apply -max-h-px;}
.max-h-none {@apply -max-h-none;}
.max-h-full {@apply -max-h-full;}
.max-h-min {@apply -max-h-min;}
.max-h-max {@apply -max-h-max;}
.max-h-fit {@apply -max-h-fit;}
.max-h-0 {@apply -max-h-0;}
.max-h-px {@apply -max-h-px;}
.max-h-none {@apply -max-h-none;}
.max-h-full {@apply -max-h-full;}
.max-h-min {@apply -max-h-min;}
.max-h-screen {@apply -max-h-screen;}
.max-h-max {@apply -max-h-max;}
.max-h-fit {@apply -max-h-fit;}

0 comments on commit 12e0fb3

Please sign in to comment.