From 09498bc4e5dd1a8648670657908811f4168eff8c Mon Sep 17 00:00:00 2001 From: mahula Date: Sun, 27 Oct 2024 11:06:10 +0100 Subject: [PATCH] adapt nuxt config to use hoisting @use imports --- webapp/components/Badges.vue | 3 +-- webapp/nuxt.config.js | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/components/Badges.vue b/webapp/components/Badges.vue index 2748c460d..d569452c7 100644 --- a/webapp/components/Badges.vue +++ b/webapp/components/Badges.vue @@ -17,9 +17,8 @@ export default { } -@use 'sass:math'; -