hugo-theme-introduction/assets/sass/style.sass

12 lines
349 B
Sass
Raw Normal View History

2018-07-10 07:23:19 +00:00
{{ $themeStyle := .Site.Params.themeStyle | default "light" }}
2019-12-29 03:30:02 +00:00
$fa-font-path: '{{ "/fonts/fontawesome-free/webfonts" }}'
$nunito-font-path: '{{ "/fonts/NunitoSans" }}'
2018-07-10 07:23:19 +00:00
2018-07-13 09:29:45 +00:00
@import "fonts"
@import "{{ $themeStyle }}-variables"
2018-07-19 15:47:51 +00:00
@import "base-variables"
@import "bulma-import"
@import "fontawesome-import"
2018-07-13 09:29:45 +00:00
@import "base"
@import "{{ $themeStyle }}-style"