UNPKG
@k90mirzaei/vue-toast
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
Vue toast notification with tailwindcss
github.com/k90mirzaei/vue-toast
k90mirzaei/vue-toast
@k90mirzaei/vue-toast
/
tailwind.config.js
8 lines
(7 loc)
•
132 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= { content: [
"./index.html"
,
"./src/**/*.{vue,js,ts,jsx,tsx}"
], theme: { extend: {}, }, plugins: [], };