Fixed broken build

This commit is contained in:
Igor Zinken
2020-12-12 11:00:10 +01:00
parent fba3b0a9ab
commit ffd618c5b8
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}
presets: [
'@vue/cli-plugin-babel/preset'
]
};

View File

@@ -113,7 +113,7 @@ html, body {
.main {
display: flex;
height: calc(100% - $menu-height);
height: calc(100% - #{$menu-height});
padding: $spacing-medium;
@include boxSize();
}