mirror of
https://github.com/igorski/bitmappery.git
synced 2026-06-17 03:34:56 +02:00
Fixed broken build
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
'@vue/cli-plugin-babel/preset'
|
||||
]
|
||||
}
|
||||
presets: [
|
||||
'@vue/cli-plugin-babel/preset'
|
||||
]
|
||||
};
|
||||
|
||||
@@ -113,7 +113,7 @@ html, body {
|
||||
|
||||
.main {
|
||||
display: flex;
|
||||
height: calc(100% - $menu-height);
|
||||
height: calc(100% - #{$menu-height});
|
||||
padding: $spacing-medium;
|
||||
@include boxSize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user