mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
12 lines
251 B
SCSS
12 lines
251 B
SCSS
{{- $loading := resources.Get "images/loading.svg" | minify -}}
|
|
|
|
@charset "utf-8";
|
|
|
|
@import "_variables";
|
|
$base: "{{ relURL "" }}" !default;
|
|
|
|
:root {
|
|
#{$rootPrefix}base: "#{$base}";
|
|
#{$rootPrefix}loading-img: url("{{ $loading.RelPermalink }}");
|
|
}
|