Files
dockpeek/tailwind.config.js
T
2025-10-04 03:16:55 +02:00

15 lines
229 B
JavaScript

module.exports = {
content: [
'./dockpeek/templates/*.html',
'./dockpeek/static/js/app.js',
],
safelist: [
'bg-red-500',
'text-xl',
'hover:underline'
],
theme: {
extend: {},
},
plugins: [],
}