Skip to content

Commit

Permalink
Merge pull request #18 from Androz2091/patch-1
Browse files Browse the repository at this point in the history
fix: failed to locate @import file ./colors.styl
  • Loading branch information
jprodrigues70 authored Feb 8, 2021
2 parents 20e985b + ceb4f34 commit 8aca20c
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 8aca20c

Please sign in to comment.