Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 52deec4

Browse files
authored
Rem unit is not defined in resulting CSS #18
1 parent 8e32aec commit 52deec4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bin/src/scss/_core.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
@import "mixins.scss";
33
@import "variables.scss";
44

5-
body {
5+
html {
66
font-size: map-get($grid-values, "rem") * 1px;
7+
}
8+
9+
body {
710
margin: 0;
811
}
912

0 commit comments

Comments
 (0)