Skip to content

Commit 6521d16

Browse files
committed
add $height
1 parent 9062b35 commit 6521d16

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/_typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141

4242
// height
43-
@each $key, $val in $width {
43+
@each $key, $val in $height {
4444
.h-#{$key} {
4545
height: $val
4646
}

src/_variables.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ $width: (
268268
screen: 100vh
269269
);
270270

271+
$height: $width !default;
272+
271273
// --------------------------------------------------
272274
// Variables background
273275
// --------------------------------------------------

0 commit comments

Comments
 (0)