mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-12 16:29:44 +00:00
8 lines
254 B
Sass
8 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"
|