mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
4 lines
320 B
CSS
4 lines
320 B
CSS
/* prettier-ignore {{ $assetBusting := partialCached "assetbusting.gotmpl" . -}} */
|
|
@import '{{ printf "%s-%s.css%s" .prefix .light $assetBusting }}' screen and (prefers-color-scheme: light);
|
|
/* prettier-ignore */
|
|
@import '{{ printf "%s-%s.css%s" .prefix .dark $assetBusting }}' screen and (prefers-color-scheme: dark);
|