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