Fixed a warning about source map failure when trying to define a scss variable
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user