Welcome to mirror list, hosted at ThFree Co, Russian Federation.

style.sass « sass « assets - github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f5c9069dbaa582d1e6bcd7415f573b18736109e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
{{ $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"