Feat: Tailwind configuration

This commit is contained in:
2026-03-14 00:03:47 -07:00
parent a0a639f4ae
commit d913e8ea01

10
tailwind.config.js Normal file
View File

@@ -0,0 +1,10 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./app/**/*.{js,ts,jsx,tsx,mdx}',
],
theme: {
extend: {},
},
plugins: [],
}