{{ $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"