Distribute all the main.css styles to their own stylesheets and remove main.css

This commit is contained in:
Eryn Wells 2022-10-09 12:12:44 -07:00
parent 37ff53bd94
commit d1171e992f
5 changed files with 146 additions and 310 deletions

View file

@ -22,7 +22,6 @@
font-style: normal;
}
</style>
<link rel="preload stylesheet" as="style" href="{{ `/styles/main.css` | absURL }}">
<link rel="stylesheet" as="style" href="{{ `/styles/reset.css` | absURL }}">
<link rel="stylesheet" as="style" href="{{ `/styles/root.css` | absURL }}">
{{ if not hugo.IsProduction }}