move to using /src - still css issue work
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 30s
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 30s
This commit is contained in:
@@ -7,10 +7,7 @@ const __dirname = path.dirname(__filename);
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
// Point to the root index.html
|
||||
path.resolve(__dirname, './index.html'),
|
||||
|
||||
// Scan for all relevant files inside the new 'src' directory
|
||||
path.resolve(__dirname, './src/**/*.{js,ts,jsx,tsx}'),
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user