From 89cd8eafc4ab08a67ac8ae532a945458f506a2ed Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Wed, 20 Oct 2021 15:05:08 +0200 Subject: [PATCH] fix: use $shadow variable directly By using the $shadow variable directly that defines the $card-shadow variable in bulma we don't need to import card.scss --- src/components/input/colorPicker.vue | 6 +----- src/components/input/datepicker.vue | 7 +------ 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/src/components/input/colorPicker.vue b/src/components/input/colorPicker.vue index 51707e9ac..b7cb31827 100644 --- a/src/components/input/colorPicker.vue +++ b/src/components/input/colorPicker.vue @@ -102,10 +102,6 @@ export default {