]> danix's work - theme-danix.xyz.git/commitdiff
debugging sass inclusion
authordanix <redacted>
Tue, 24 Jan 2023 07:26:28 +0000 (08:26 +0100)
committerdanix <redacted>
Tue, 24 Jan 2023 07:26:28 +0000 (08:26 +0100)
layouts/partials/head.html

index 7b072e880b79eb787adde7d649440f389366f556..477d46379c7e0980ebb822fffb40d914e9e2130d 100644 (file)
@@ -3,9 +3,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="profile" href="https://gmpg.org/xfn/11">
 
-       {{ $sass_options := (dict "targetPath" "css/style.css" "outputStyle" "compressed" "transpiler" "dartsass" "enableSourceMap" (not hugo.IsProduction)) }}
-       {{ $main_style := resources.Get "sass/main.scss" | resources.toCSS $sass_options }}
-
+       {{ $main_style := resources.Get "sass/main.scss" | resources.toCSS }}
        <link rel="stylesheet" href="{{ $main_style.RelPermalink }}">