app/assets/stylesheets/sass-zero/variables/height.scss in sass-zero-1.0.15 vs app/assets/stylesheets/sass-zero/variables/height.scss in sass-zero-1.0.16

- old
+ new

@@ -18,10 +18,10 @@ $h-2-6: 33.333333%; $h-3-6: 50%; $h-4-6: 66.666667%; $h-5-6: 83.333333%; $h-full: 100%; -$h-screen: 100vw; +$h-screen: 100vh; $h-min: min-content; $h-max: max-content; $h-fit: fit-content; // *******************************************************************