FEATURE: transorm css into scss

This commit is contained in:
FarseaSH 2022-04-09 18:17:54 +08:00
parent b7f992bebb
commit 13cbb35ba8
3 changed files with 293 additions and 284 deletions

View file

@ -31,7 +31,7 @@
<meta name="theme-color" content="#ffffff">
<!-- the Moments style css file -->
<link rel="stylesheet" type="text/css" href="{{.Site.BaseURL}}/css/style.css">
{{ $style := resources.Get "style-refractored.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
<!-- fancybox css (js in the end before the body closing tag) -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.css"/>