hugo-theme-introduction/assets/sass/style.sass
2019-12-28 22:36:06 -05:00

11 lines
349 B
Sass

{{ $themeStyle := .Site.Params.themeStyle | default "light" }}
$fa-font-path: '{{ "/fonts/fontawesome-free/webfonts" }}'
$nunito-font-path: '{{ "/fonts/NunitoSans" }}'
@import "fonts"
@import "{{ $themeStyle }}-variables"
@import "base-variables"
@import "bulma-import"
@import "fontawesome-import"
@import "base"
@import "{{ $themeStyle }}-style"