mirror of
https://github.com/loikein/hugo-tufte.git
synced 2025-08-11 13:22:44 +02:00
Convert css to scss entirely (#24)
* Convert css to scss entirely Fixes #15 * tufte css is now a scss file
This commit is contained in:
parent
8f8778a4b0
commit
70c7b91f81
24 changed files with 1729 additions and 878 deletions
layouts/partials
|
@ -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 }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue