Maronato / vue-toastification

Vue notifications made easy!
https://vue-toastification.maronato.dev
MIT License
3.11k stars 140 forks source link

doc: add full example for overriding scss #344

Open scil opened 2 years ago

scil commented 2 years ago

I custom this funcy plugin with overriding scss and

Vue.use(Toast, {   transition: "Vue-Toastification__fade"})

But the fade does not work.

At last, I found that my scss copied from readme.md miss the related animation scss files.

so I think it's better add them.