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

Commit ed4bd7a

Browse files
authored
Merge pull request #19 from imkremen/patch-1
Rem unit is not defined in resulting CSS #18
2 parents 8e32aec + 73296d9 commit ed4bd7a

19 files changed

+263
-135
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

Binary file not shown.

0 commit comments

Comments
 (0)