We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9062b35 commit 6521d16Copy full SHA for 6521d16
src/_typography.scss
@@ -40,7 +40,7 @@
40
}
41
42
// height
43
-@each $key, $val in $width {
+@each $key, $val in $height {
44
.h-#{$key} {
45
height: $val
46
src/_variables.scss
@@ -268,6 +268,8 @@ $width: (
268
screen: 100vh
269
);
270
271
+$height: $width !default;
272
+
273
// --------------------------------------------------
274
// Variables background
275
0 commit comments