Skip to content

Commit c3acbbe

Browse files
SkyBird233HouLiXieBuRou
authored andcommitted
fix: remove unused styles in default layout to restore missing styles in
generated HTML Element Plus' styles would be missing if there's anything in default layout's styles including comments.
1 parent f42b610 commit c3acbbe

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

layouts/default.vue

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,3 @@ onMounted(() => {
3333
</div>
3434
</div>
3535
</template>
36-
37-
<style scoped>
38-
.logo {
39-
height: 6em;
40-
padding: 1.5em;
41-
will-change: filter;
42-
transition: filter 300ms;
43-
}
44-
45-
.logo:hover {
46-
filter: drop-shadow(0 0 2em #646cffaa);
47-
}
48-
49-
.logo.vue:hover {
50-
filter: drop-shadow(0 0 2em #42b883aa);
51-
}
52-
</style>

0 commit comments

Comments
 (0)