Add simple route-based code splitting

This commit is contained in:
Melvin Valster
2019-07-26 23:45:47 +02:00
parent f80774c18f
commit 12702d7592
9 changed files with 98 additions and 22 deletions
+9 -5
View File
@@ -1,10 +1,18 @@
@import "sass/config";
.main {
min-height: 85vh;
}
html, body {
padding: 0;
height: 0;
}
body {
color: white;
background-color: #111;
font-family: Verdana;
margin: 0;
}
// Normalize etc.
@@ -52,10 +60,6 @@ a {
}
}
.index {
min-height: 85vh;
}
.index__class-picker {
margin: 2em 0;
}