chore: refactor css code style

This commit is contained in:
Dillon
2020-02-14 22:07:46 +08:00
parent 1088f86b6d
commit 73b1250cbf
26 changed files with 30 additions and 19 deletions

View File

@@ -38,7 +38,7 @@
{{- end -}}
{{- /* Fork Awesome https://forkaweso.me/ */ -}}
{{- $options := dict "targetPath" "css/lib/forkawesome/forkawesome.min.css" "outputStyle" "compressed" "enableSourceMap" true -}}
{{- $options := dict "targetPath" "css/lib/forkawesome/fork-awesome.min.css" "outputStyle" "compressed" "enableSourceMap" true -}}
{{- $res := resources.Get "css/lib/forkawesome/fork-awesome.scss"| toCSS $options -}}
<link rel="stylesheet" href="{{ $res.RelPermalink }}">