/* User defined colors, cannot place this in imported sass file */ $color-custom-primary: {{ site.primary-color | default: “#0a7096” }} $color-custom-secondary: {{ site.secondary-color | default: “#000000” }}
/* Home page's background image URL */ $home-background: “{{ site.home-background }}”
@import '../_sass/_alien-minimalistic'