Fix all the build errors

This commit is contained in:
Eryn Wells 2024-06-06 20:59:24 -07:00
parent 7ba65229b6
commit 34ec240dc0
6 changed files with 63 additions and 27 deletions

View file

@ -0,0 +1,6 @@
{{ $spacingCSS := partial "spacing_css.html" . }}
{{ $typographyCSS := partial "typography_css.html" . }}
{{ $css := (slice $spacingCSS $typographyCSS) | resources.Concat "css/system.css" }}
{{ return $css }}