mirror of https://github.com/onweru/compose.git

Andreas Deininger
21.57.2023 8848c443a868d959839b5de120d41941a230e8d9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{{ $iconsPath := partialCached "functions/getIconPath" . }}
html
  --info-icon: url('{{ absURL $iconsPath  }}info.svg')
  --sun-icon: url('{{ absURL $iconsPath  }}sun.svg')
  --moon-icon: url('{{ absURL $iconsPath  }}moon.svg')
  --next-icon: url('{{ absURL $iconsPath  }}next.svg')
@import "variables"
@import "base"
@import "nav"
@import "components"
@import "mermaid"
@import "blog"
@import "utils"
@import "syntax"
@import "fonts"
@import "chart"
@import "custom"
@import "mermaid"