css issues
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 33s

This commit is contained in:
2025-11-12 14:23:59 -08:00
parent b11411a740
commit e6dea7d980
2 changed files with 12 additions and 6 deletions

View File

@@ -1,7 +1,14 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
// The entry point HTML file
"./index.html",
"./App.tsx", // Be very specific for this test
// Root-level components and entry points
"./App.tsx",
"./index.tsx",
// All relevant subdirectories containing components, pages, or logic
"./{components,pages,services,utils}/**/*.{js,ts,jsx,tsx}",
],
// ... rest of your config
}
};