Fixed a warning about source map failure when trying to define a scss variable

This commit is contained in:
Stefan Zermatten
2021-08-09 17:57:35 +02:00
parent 19a2798bf7
commit d999fb46a7

View File

@@ -80,12 +80,6 @@ export default {
</script>
<style lang="css" scoped>
.skill-list-tile >>> .v-list__tile {
height: 34px;
}
.skill-list-tile{
background: inherit;
}
.prof-icon {
min-width: 30px;
}
@@ -95,7 +89,3 @@ export default {
text-align: center;
}
</style>
<style lang="scss">
$list-item-min-height: 32px;
</style>