add reset styles for html and body tags

This commit is contained in:
igoradamenko
2018-02-18 01:30:54 +02:00
parent 42ee0f7e56
commit 9be22ed05e
4 changed files with 10 additions and 0 deletions
@@ -0,0 +1,6 @@
html, body {
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
+1
View File
@@ -0,0 +1 @@
require('./document.scss');