init wompum header image
This commit is contained in:
9
layouts/partials/css-variables.html
Normal file
9
layouts/partials/css-variables.html
Normal file
@ -0,0 +1,9 @@
|
||||
<style>
|
||||
:root {
|
||||
{{ range $colorName, $shades := site.Data.colors }}
|
||||
{{ range $shade, $value := $shades }}
|
||||
--{{ $colorName }}-{{ $shade }}: {{ $value }};
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user