Files
flyer-crawler.projectium.com/tailwind.config.js
Torben Sorensen e6dea7d980
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 33s
css issues
2025-11-12 14:23:59 -08:00

14 lines
356 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: [
// The entry point HTML file
"./index.html",
// 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}",
],
};