Merge pull request #11 from MealCraft/feature/moredeployments

remove tail wind
This commit is contained in:
Jun-te Kim 2025-12-07 15:04:40 +00:00 committed by GitHub
commit f40469a55d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +0,0 @@
module.exports = {
content: ["./app/**/*.{ts,tsx}", "./components/**/*.{ts,tsx}"],
theme: { extend: {} },
plugins: [require("@tailwindcss/typography")],
};