move to using /src - still css issue work
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 31s

This commit is contained in:
2025-11-12 16:29:51 -08:00
parent 0e93e27a49
commit 827ceee0e1
3 changed files with 27 additions and 28 deletions

9
postcss.config.js Normal file
View File

@@ -0,0 +1,9 @@
// postcss.config.js
console.log('--- [EXECUTION PROOF] postcss.config.js is being loaded. ---');
export default {
plugins: {
'@tailwindcss/postcss': {},
},
};