hugo-theme-relearn/assets/css/auto.css
2024-10-11 16:45:46 +02:00

3 lines
277 B
CSS

{{- $assetBusting := partialCached "assetbusting.gotmpl" . -}}
@import "{{ printf "%s-%s.css%s" .prefix .light $assetBusting }}" screen and (prefers-color-scheme: light);
@import "{{ printf "%s-%s.css%s" .prefix .dark $assetBusting }}" screen and (prefers-color-scheme: dark);