Skip to content

Commit

Permalink
fix($core): do not use stylus in outbound link
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma authored and ulivz committed Mar 27, 2019
1 parent 759195d commit d34e038
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions packages/@vuepress/core/lib/client/components/OutboundLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
</svg>
</template>

<style lang="stylus">
.icon.outbound
color #aaa
display inline-block
vertical-align middle
position relative
top -1px
<style>
.icon.outbound {
color: #aaa;
display: inline-block;
vertical-align: middle;
position: relative;
top: -1px;
}
</style>

0 comments on commit d34e038

Please sign in to comment.