mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-05-11 00:54:18 +08:00
4 lines
275 B
CSS
4 lines
275 B
CSS
{{- $assetBusting := partialCached "assetbusting.hugo" . -}}
|
|
@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);
|