mirror of
https://github.com/ducky-labs/htmx-go-todo.git
synced 2026-02-04 06:31:00 +00:00
9 lines
147 B
JavaScript
9 lines
147 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: ["templates/**/*.html"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|