From ffd618c5b8fb33db8c22cd0c9e5646f646ffc3ef Mon Sep 17 00:00:00 2001 From: Igor Zinken Date: Sat, 12 Dec 2020 11:00:10 +0100 Subject: [PATCH] Fixed broken build --- babel.config.js | 8 ++++---- src/photomound.vue | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/babel.config.js b/babel.config.js index e955840..c5dc6a5 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,5 @@ module.exports = { - presets: [ - '@vue/cli-plugin-babel/preset' - ] -} + presets: [ + '@vue/cli-plugin-babel/preset' + ] +}; diff --git a/src/photomound.vue b/src/photomound.vue index 2eddf74..276c3fe 100644 --- a/src/photomound.vue +++ b/src/photomound.vue @@ -113,7 +113,7 @@ html, body { .main { display: flex; - height: calc(100% - $menu-height); + height: calc(100% - #{$menu-height}); padding: $spacing-medium; @include boxSize(); }