UNPKG
@devzatokio/vue-toaster
Version:
latest (0.0.1)
0.0.1
Vue.js toaster notification
github.com/DevZatokio/vue-toaster
DevZatokio/vue-toaster
@devzatokio/vue-toaster
/
src
/
themes
/
default
/
variables.styl
8 lines
(7 loc)
•
124 B
text/stylus
View Raw
1
2
3
4
5
6
7
8
$toast
-colors = {
"success"
:
#28a745,
"info"
:
#17a2b8,
"warning"
:
#ffc107,
"error"
:
#dc3545,
"default"
:
#343a40
}