Move themes.css into global.css
This commit is contained in:
parent
fb632a09e2
commit
8b1e607b91
3 changed files with 63 additions and 57 deletions
|
|
@ -8,9 +8,8 @@
|
|||
|
||||
%sapper.base%
|
||||
|
||||
<link rel="stylesheet" href="/css/global.css">
|
||||
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/css/themes.css">
|
||||
<link rel="stylesheet" href="/css/global.css">
|
||||
<link rel="manifest" href="manifest.json" crossorigin="use-credentials">
|
||||
<link rel="icon" type="image/png" href="/img/favicon.ico">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue