mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 23:09:47 +00:00
11 lines
365 B
Sass
11 lines
365 B
Sass
{{ $themeStyle := .Site.Params.themeStyle | default "light" }}
|
|
$fa-font-path: '{{ "fonts/fontawesome-free/webfonts" | absURL }}'
|
|
$nunito-font-path: '{{ "fonts/NunitoSans" | absURL }}'
|
|
|
|
@import "fonts"
|
|
@import "{{ $themeStyle }}-variables"
|
|
@import "base-variables"
|
|
@import "bulma-import"
|
|
@import "fontawesome-import"
|
|
@import "base"
|
|
@import "{{ $themeStyle }}-style"
|