Add tailwind.config.js

This commit is contained in:
2026-01-16 13:38:56 +00:00
parent 3507206a30
commit ac493d641e

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: [],
}