1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00

Remove empty style tags

This commit is contained in:
lachie-underhill 2023-06-05 14:21:00 +10:00
parent c51299c2ab
commit 7843372ad6
No known key found for this signature in database
GPG Key ID: 48057E0D2C37AC20
7 changed files with 1 additions and 15 deletions

View File

@ -45,5 +45,3 @@ const named_routes = router.options.routes.filter((route) => route.name)
</nav>
</section>
</template>
<style scoped></style>

View File

@ -56,5 +56,3 @@ const releaseUrl = computed(
</div>
</div>
</template>
<style></style>

View File

@ -1,6 +1,6 @@
<template>
<span class="tag is-primary">
<season-icon :season="season" class="is-small"></season-icon>
<season-icon :season="season" class="is-small"> </season-icon>
</span>
</template>
@ -9,5 +9,3 @@ import SeasonIcon from '@/components/SeasonIcon.vue'
defineProps<{ season: string }>()
</script>
<style scoped></style>

View File

@ -9,5 +9,3 @@ import SkillIcon from '@/components/SkillIcon.vue'
defineProps<{ skill: string }>()
</script>
<style scoped></style>

View File

@ -11,5 +11,3 @@ import Version from '@/components/changelog/VersionDisplay.vue'
</section>
</section>
</template>
<style></style>

View File

@ -168,5 +168,3 @@ async function copySerializedState() {
</section>
</div>
</template>
<style></style>

View File

@ -26,5 +26,3 @@ onMounted(() => {
></WhatsNewModal>
</section>
</template>
<style scoped></style>