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: 54bd7de47ab66354e416f4d2001d3c16c461a625 (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" }}'
$nunito-font-path: '{{ "/fonts/NunitoSans" }}'

@import "fonts"
@import "{{ $themeStyle }}-variables"
@import "base-variables"
@import "bulma-import"
@import "fontawesome-import"
@import "base"
@import "{{ $themeStyle }}-style"