UNPKG
ionvue-moyasar-payments
Version:
latest (1.0.0)
1.0.0
Moyasar Payment form for Ionic Vue
ionvue-moyasar-payments
/
tailwind.config.js
10 lines
(8 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/**
@type
{import('tailwindcss').Config} */
module
.
exports
= { content: [
'./public/**/*.html'
,
'./src/**/*.{vue,js,ts,jsx,tsx}'
], theme: { extend: {}, }, plugins: [], }