add reset styles for html and body tags
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
require('./document.scss');
|
||||
Reference in New Issue
Block a user