From 816c1fd16c6dcd7d19bcbdd523866fcfa44ad798 Mon Sep 17 00:00:00 2001 From: Oliver Tacke Date: Mon, 14 Oct 2024 18:22:15 +0200 Subject: [PATCH] Replace deprecared SCSS @import with @use --- src/styles/h5p-dictation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/h5p-dictation.scss b/src/styles/h5p-dictation.scss index 02867bc..4ad5b6c 100644 --- a/src/styles/h5p-dictation.scss +++ b/src/styles/h5p-dictation.scss @@ -1,4 +1,4 @@ -@import "@styles/keyframes"; +@use "@styles/keyframes"; $color_1: #b71c1c; $color_2: #b5691c;