Move all CSS template to css.vto
This commit is contained in:
parent
9c17643bf9
commit
7382f250a6
@ -8,7 +8,15 @@
|
|||||||
"pridesymbols",
|
"pridesymbols",
|
||||||
"utility"
|
"utility"
|
||||||
] }}
|
] }}
|
||||||
|
|
||||||
{{ for file of cssFiles }}
|
{{ for file of cssFiles }}
|
||||||
<link rel="stylesheet" href="{{'/assets/css/' + file + '.css'}}">
|
<link rel="stylesheet" href="{{'/assets/css/' + file + '.css'}}">
|
||||||
{{ /for }}
|
{{ /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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user