Add frontend/tailwind.config.js

This commit is contained in:
Zac Gaetano 2026-04-14 09:21:19 -04:00
parent 53f552bd9a
commit 51387d938b

View file

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