From f6cbb07ee42c897adaa6ffdb317ee1c973b1e454 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+github@gmail.com> Date: Thu, 19 Oct 2023 15:57:58 +0200 Subject: [PATCH] different fix that doesn't break the php scss compiler, re #3372 --- resources/assets/stylesheets/scss/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/stylesheets/scss/variables.scss b/resources/assets/stylesheets/scss/variables.scss index 4388f0e3f0e..ef5329eb9b2 100644 --- a/resources/assets/stylesheets/scss/variables.scss +++ b/resources/assets/stylesheets/scss/variables.scss @@ -1,4 +1,4 @@ -@use "../mixins/misc.scss" as *; +@import "../mixins/misc.scss"; @import '../mixins/colors.scss'; // Typography -- GitLab