Files
event-qr/client/tailwind.config.js
2025-11-29 12:26:58 +01:00

12 lines
204 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}