Add tailwind.config.js

This commit is contained in:
2026-01-16 13:25:10 +00:00
parent 43c6bd71c3
commit d6a31b1e63

9
tailwind.config.js Normal file
View File

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