This commit is contained in:
jpmvaz
2026-09-13 20:21:31 +01:00
commit 95b47a69e3
29 changed files with 2608 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,jsx}'],
theme: { extend: {} },
plugins: [],
}