chore(forkawesome): update forkawesome css

This commit is contained in:
Dillon
2020-02-17 21:02:27 +08:00
parent 30747ca190
commit 933e32c4e4
22 changed files with 845 additions and 335 deletions

View File

@@ -19,11 +19,7 @@
{{- . | safeHTML -}}
</div>
<div id={{ $id }} class="typeit"></div>
{{- with $.Scratch.Get "typeitMap" -}}
{{- $.Scratch.Set "typeitMap" (dict $id (slice $id) | merge .) -}}
{{- else -}}
{{- $.Scratch.Set "typeitMap" (dict $id (slice $id)) -}}
{{- end -}}
{{- $.Scratch.SetInMap "typeitMap" $id (slice $id) -}}
{{- else -}}
{{- . | safeHTML -}}
{{- end -}}