Move all CSS template to css.vto

This commit is contained in:
Leilukin 2025-05-09 16:44:53 +08:00
parent 9c17643bf9
commit 7382f250a6

View File

@ -8,7 +8,15 @@
"pridesymbols",
"utility"
] }}
{{ for file of cssFiles }}
<link rel="stylesheet" href="{{'/assets/css/' + file + '.css'}}">
{{ /for }}
{{ if hasTooltips }}
<link rel="stylesheet" href="/assets/css/tooltips.css">
{{ /if }}
{{ if externalCss }}
{{ for file of externalCss }}
<link rel="stylesheet" href="{{ externalCss }}">
{{ /for }}
{{ /if }}
<style>{{ getBundle "css" }}</style>