This commit is contained in:
2026-04-14 18:31:48 +01:00
parent 4275cbd795
commit f4d6a97abe
36 changed files with 8777 additions and 1 deletions

View File

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