Move system_css.html -> design/system_css.html
This commit is contained in:
parent
e1d9e7f69d
commit
00718a4fe2
1 changed files with 0 additions and 0 deletions
16
layouts/partials/design/system_css.html
Normal file
16
layouts/partials/design/system_css.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
{{
|
||||
$resetCSS := resources.Get "css/reset.css"
|
||||
| resources.ExecuteAsTemplate "css/reset.css" .
|
||||
}}
|
||||
{{
|
||||
$spacingCSS := resources.Get "css/spacing.css"
|
||||
| resources.ExecuteAsTemplate "css/spacing.css" (dict "Page" .)
|
||||
}}
|
||||
{{
|
||||
$typographyCSS := resources.Get "css/typography.css"
|
||||
| resources.ExecuteAsTemplate "css/typography.css" (dict "Page" .)
|
||||
}}
|
||||
|
||||
{{ $css := (slice $resetCSS $spacingCSS $typographyCSS) | resources.Concat "css/system.css" }}
|
||||
|
||||
{{ return $css }}
|
Loading…
Add table
Add a link
Reference in a new issue