From ca66876321c5c780c130e262a80166b6385c7b66 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Tue, 16 Jun 2026 21:08:12 +0200 Subject: [PATCH] Fix style sheet path. --- assets/scss/_userstyles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/_userstyles.scss b/assets/scss/_userstyles.scss index f51d309..8ead877 100644 --- a/assets/scss/_userstyles.scss +++ b/assets/scss/_userstyles.scss @@ -8,4 +8,4 @@ $width-desktop: 50vw; // Container width for desktop screens (60% $width-tablet: 70vw; // Container width for tablet screens (70% viewport width) $width-mobile: 80vw; // Container width for mobile screens (80% viewport width) -@import "hugo_cookie_consent/style"; +@import "hugo_cookie_consent";