d9de37d3d8
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["./web/templates/**/*.html"],
|
|
theme: { extend: {} },
|
|
plugins: [],
|
|
}
|