website/nginx/site/html/tailwind.config.js
2025-06-03 12:07:17 +02:00

8 lines
93 B
JavaScript

module.exports = {
content: ["./*.html"],
theme: {
extend: {},
},
plugins: [],
}