Skip to content

Commit d34e038

Browse files
shigmaulivz
authored andcommitted
fix($core): do not use stylus in outbound link
1 parent 759195d commit d34e038

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

packages/@vuepress/core/lib/client/components/OutboundLink.vue

+8-7
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
</svg>
66
</template>
77

8-
<style lang="stylus">
9-
.icon.outbound
10-
color #aaa
11-
display inline-block
12-
vertical-align middle
13-
position relative
14-
top -1px
8+
<style>
9+
.icon.outbound {
10+
color: #aaa;
11+
display: inline-block;
12+
vertical-align: middle;
13+
position: relative;
14+
top: -1px;
15+
}
1516
</style>

0 commit comments

Comments
 (0)