From 9473e94b1600c9e871a0578820927fb52c7d5241 Mon Sep 17 00:00:00 2001 From: axolotle Date: Mon, 15 Mar 2021 10:02:25 +0100 Subject: [PATCH] fix global import of variables, mixins, etc. --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 8c320bd..8577aaf 100644 --- a/vue.config.js +++ b/vue.config.js @@ -11,7 +11,7 @@ module.exports = { css: { loaderOptions: { sass: { - prependData: '@import "@/assets/scss/_variables.scss";' + prependData: '@import "@/assets/scss/globals.scss";' } } },