From 1ab1ce0db9b1b8c9c1e389daba62032efcbf0b02 Mon Sep 17 00:00:00 2001 From: Christian Hartmann Date: Tue, 7 Apr 2026 15:23:31 +0200 Subject: [PATCH] chore: change deprecated sass @import rules to @use rules for markdownOutput mixin Signed-off-by: Christian Hartmann --- src/components/Questions/Question.vue | 2 +- src/components/SidebarTabs/SettingsSidebarTab.vue | 6 +++--- src/views/Create.vue | 2 -- src/views/Submit.vue | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/components/Questions/Question.vue b/src/components/Questions/Question.vue index 51b171c94..4fe673ec0 100644 --- a/src/components/Questions/Question.vue +++ b/src/components/Questions/Question.vue @@ -400,7 +400,7 @@ export default { diff --git a/src/views/Create.vue b/src/views/Create.vue index 55b4a3d10..c2abebcf9 100644 --- a/src/views/Create.vue +++ b/src/views/Create.vue @@ -633,8 +633,6 @@ export default {