Convert css to scss entirely ()

* Convert css to scss entirely
Fixes 

* tufte css is now a scss file
This commit is contained in:
slashformotion 2021-08-20 23:21:47 +02:00 committed by GitHub
commit 70c7b91f81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 1729 additions and 878 deletions
layouts/partials

View file

@ -30,8 +30,6 @@
<link rel="stylesheet" href="{{ $codestyle.Permalink | relURL }}">
{{ end }}
<link rel="stylesheet" href="{{ "/css/tufte.css" | relURL }}">
{{ $htoptions := (dict "targetPath" "/css/hugo-tufte.min.css" "outputStyle" "compressed" "enableSourceMap" true) }}
{{ $htstyle := resources.Get "scss/hugo-tufte.scss" | resources.ToCSS $htoptions }}
<link rel="stylesheet" href="{{ $htstyle.Permalink | relURL }}">