mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-03-31 06:24:00 -04:00
15 lines
250 B
JavaScript
15 lines
250 B
JavaScript
module.exports = {
|
|
mode: 'jit',
|
|
content: ["./template/**/*.{html,js,ejs}"],
|
|
darkMode: 'media',
|
|
theme: {
|
|
extend: {}
|
|
},
|
|
variants: {
|
|
extend: {}
|
|
},
|
|
plugins: [
|
|
require('@tailwindcss/forms')
|
|
]
|
|
};
|