Merge pull request #23708 from habibrosyad/gh-23660

Improve maintainability of Case Studies styling
This commit is contained in:
Kubernetes Prow Robot
2020-10-20 15:04:19 -07:00
committed by GitHub
61 changed files with 3389 additions and 4398 deletions
+4
View File
@@ -27,6 +27,10 @@
<link rel="stylesheet" href="{{ "css/training.css" | relURL }}">
{{- end }}
{{- if .Params.new_case_study_styles }}
<link rel="stylesheet" href="{{ "css/new-case-studies.css" | relURL }}">
{{- end}}
{{- with .Params.css }}
{{- $extraCss := split . "," }}
{{- range $extraCss }}