UNPKG
@meforma/vue-toaster
Version:
latest (1.3.0)
1.3.0
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Vue.js toaster notification
github.com/MeForma/vue-toaster
MeForma/vue-toaster
@meforma/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
}