Skip to content

Commit 145a8d2

Browse files
committed
Fixes reset
1 parent 3acab39 commit 145a8d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/scss/reset/index.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
@import 'variables';
22

33
@if ($reset-enabled) {
4+
html,
45
body {
56
margin: 0;
67
padding: 0;
7-
height: 100%;
8-
width: 100%;
98
-webkit-font-smoothing: antialiased;
109
-moz-osx-font-smoothing: grayscale;
1110
-ms-overflow-style: -ms-autohiding-scrollbar;

0 commit comments

Comments
 (0)