2025-11-18 00:10:37 +01:00
|
|
|
/** @type {import('tailwindcss').Config} */
|
|
|
|
|
module.exports = {
|
|
|
|
|
content: [
|
|
|
|
|
"./pkg/web/templates/**/*.html",
|
2026-02-09 00:13:42 +01:00
|
|
|
"./pkg/web/static/js/**/*.js",
|
2025-11-18 00:10:37 +01:00
|
|
|
],
|
|
|
|
|
theme: {
|
|
|
|
|
extend: {},
|
|
|
|
|
},
|
|
|
|
|
plugins: [],
|
|
|
|
|
}
|