UNPKG
@shanehoban/vue-toaster
Version:
latest (1.0.1)
1.0.1
1.0.0
Vue.js toaster notification
github.com/shanehoban/vue-toaster
shanehoban/vue-toaster
@shanehoban/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
}