Distribute all the main.css styles to their own stylesheets and remove main.css
This commit is contained in:
parent
37ff53bd94
commit
d1171e992f
5 changed files with 146 additions and 310 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue