shakee93 / vue-toasted

🖖 Responsive Touch Compatible Toast plugin for VueJS 2+
https://shakee93.github.io/vue-toasted/
MIT License
2.21k stars 194 forks source link

is it possible to use non-toasted css variables? #164

Open Souza-Adriano opened 4 years ago

Souza-Adriano commented 4 years ago

When trying to use a css variable, the toasted is left blank.

.toasted-info { background-color: var(--info-base) !important; color: black !important; }

this.$toasted.show(message, { className: 'toasted-info', position: 'top-right', keepOnHover: true, iconPack: 'material', duration, icon })