[Client] fix scss import

This commit is contained in:
Sam
2021-11-29 11:23:21 +01:00
parent 406574168b
commit 8bad9d1bfa
116 changed files with 120 additions and 140 deletions

View File

@ -135,7 +135,7 @@
</script>
<style lang="scss" scoped>
@import '~@/scss/base';
@import '~@/scss/vars.scss';
#workout {
display: flex;
.container {

View File

@ -58,7 +58,7 @@
</script>
<style lang="scss" scoped>
@import '~@/scss/base';
@import '~@/scss/vars.scss';
#workouts {
height: 100%;