Skip to content

Commit

Permalink
fix: failed to locate @import file ./colors.styl
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 authored Feb 7, 2021
1 parent 20e985b commit ceb4f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Toaster.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,6 @@ export default {
<style lang="stylus">
@import './themes/default/index.styl'
.v--default-css
@import './colors'
@import './toast'
@import './themes/default/colors.styl'
@import './themes/default/toast.styl'
</style>

0 comments on commit ceb4f34

Please sign in to comment.