mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-14 00:59:43 +00:00
9 lines
254 B
Sass
9 lines
254 B
Sass
|
{{ $themeStyle := .Site.Params.themeStyle | default "light" }}
|
||
|
|
||
|
@import "../vendor/bulma/bulma.sass"
|
||
|
@import "fonts.sass"
|
||
|
@import "base-variables.sass"
|
||
|
@import "{{ $themeStyle }}-variables.sass"
|
||
|
@import "base.sass"
|
||
|
@import "{{ $themeStyle }}-style.sass"
|