hugo-theme-termlite/layouts/partials/system_css.html

7 lines
211 B
HTML
Raw Normal View History

2024-06-06 20:59:24 -07:00
{{ $spacingCSS := partial "spacing_css.html" . }}
{{ $typographyCSS := partial "typography_css.html" . }}
{{ $css := (slice $spacingCSS $typographyCSS) | resources.Concat "css/system.css" }}
{{ return $css }}