various fixes maybe now she worky?
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 22s
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 22s
This commit is contained in:
@@ -3,7 +3,8 @@ export default {
|
||||
// Configure files to scan for Tailwind classes
|
||||
content: [
|
||||
"./index.html",
|
||||
"./*.{js,ts,jsx,tsx}", // Scans for files in the root directory
|
||||
"./*.{js,ts,jsx,tsx}", // Scans for files in the root directory like index.tsx
|
||||
"./components/**/*.{js,ts,jsx,tsx}", // Scans all component files
|
||||
],
|
||||
// Enable dark mode using a class
|
||||
darkMode: 'class',
|
||||
|
||||
Reference in New Issue
Block a user