From 0660129b412b841d058ddf6656017c0e77b71ef1 Mon Sep 17 00:00:00 2001 From: dpschen Date: Mon, 23 Aug 2021 16:39:11 +0000 Subject: [PATCH] feat: provide global variables in all components (#669) Co-authored-by: Dominik Pschenitschni Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/669 Reviewed-by: konrad Co-authored-by: dpschen Co-committed-by: dpschen --- src/components/input/editor.vue | 1 - src/components/tasks/partials/priorityLabel.vue | 2 -- src/components/tasks/partials/relatedTasks.vue | 2 -- src/components/user/avatar-settings.vue | 2 -- src/styles/theme/_all.scss | 1 - src/styles/{theme => }/variables/_all.scss | 0 src/styles/{theme => }/variables/colors.scss | 0 src/styles/{theme => }/variables/shadows.scss | 0 src/styles/{theme => }/variables/variables.scss | 0 vite.config.js | 9 +++++++++ 10 files changed, 9 insertions(+), 8 deletions(-) rename src/styles/{theme => }/variables/_all.scss (100%) rename src/styles/{theme => }/variables/colors.scss (100%) rename src/styles/{theme => }/variables/shadows.scss (100%) rename src/styles/{theme => }/variables/variables.scss (100%) diff --git a/src/components/input/editor.vue b/src/components/input/editor.vue index 87b080d2c..64aea999f 100644 --- a/src/components/input/editor.vue +++ b/src/components/input/editor.vue @@ -457,7 +457,6 @@ export default {