Files
2026-04-28 15:13:50 +02:00

10 lines
166 B
JavaScript

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