added prettier

This commit is contained in:
Čarodej
2022-02-01 12:21:38 +01:00
parent 5ae875233b
commit b38b532cbe
284 changed files with 25410 additions and 25338 deletions

View File

@@ -5,20 +5,19 @@
</template>
<script>
export default {
name: 'OptionGroup'
}
export default {
name: 'OptionGroup',
}
</script>
<style scoped lang="scss">
.option-group {
.option-group {
&:first-child {
padding-top: 0 !important;
}
&:first-child {
padding-top: 0 !important;
}
&:last-child {
padding-bottom: 0 !important;
}
}
&:last-child {
padding-bottom: 0 !important;
}
}
</style>