Files
ps_shop/tailwind.config.js
T
2026-05-12 01:13:01 +02:00

9 lines
150 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: ["./templates/**/*.templ"],
theme: {
extend: {},
},
plugins: [],
};