Fix all the build errors
This commit is contained in:
parent
7ba65229b6
commit
34ec240dc0
6 changed files with 63 additions and 27 deletions
6
layouts/partials/system_css.html
Normal file
6
layouts/partials/system_css.html
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue