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

12 lines
363 B
Sass
Raw Normal View History

2018-07-10 07:23:19 +00:00
{{ $themeStyle := .Site.Params.themeStyle | default "light" }}
2018-07-19 11:54:49 +00:00
$fa-font-path: {{ "/fonts/fontawesome-free/webfonts" | relURL }}
$nunito-font-path: {{ "/fonts/NunitoSans" | relURL }}
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"