Files
file_message_transfer/tailwind.config.js

12 lines
193 B
JavaScript
Raw Normal View History

2025-01-05 10:45:32 +08:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./templates/**/*.html',
'./main/templates/**/*.html',
],
theme: {
extend: {},
},
plugins: [],
}