mirror of
https://github.com/dockpeek/dockpeek.git
synced 2026-04-29 11:50:07 -05:00
15 lines
229 B
JavaScript
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: [],
|
|
} |