Fix Tailwind CSS v4→v3 downgrade

This commit is contained in:
2026-04-18 15:51:58 -04:00
parent d379374105
commit ed64a283f8
9 changed files with 856 additions and 350 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
"success": true, "success": true,
"clones": [], "clones": [],
"duplicatedLines": 0, "duplicatedLines": 0,
"totalLines": 683, "totalLines": 684,
"percentage": 0 "percentage": 0
} }
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
"timestamp": "2026-04-18T19:23:14.429Z" "timestamp": "2026-04-18T19:51:40.225Z"
} }
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
"timestamp": "2026-04-18T19:23:15.706Z" "timestamp": "2026-04-18T19:51:41.484Z"
} }
+26 -1
View File
@@ -100,7 +100,32 @@
} }
], ],
"trend": "stable" "trend": "stable"
},
"vite.config.ts": {
"latest": {
"commit": "4a3c1a1",
"timestamp": "2026-04-18T19:49:15.907Z",
"mi": 67.8,
"cognitive": 0,
"nesting": 0,
"lines": 9,
"maxCyclomatic": 1,
"entropy": 3.61
},
"history": [
{
"commit": "4a3c1a1",
"timestamp": "2026-04-18T19:49:15.907Z",
"mi": 67.8,
"cognitive": 0,
"nesting": 0,
"lines": 9,
"maxCyclomatic": 1,
"entropy": 3.61
}
],
"trend": "stable"
} }
}, },
"capturedAt": "2026-04-18T19:22:22.936Z" "capturedAt": "2026-04-18T19:49:23.236Z"
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"files": {}, "files": {},
"turnCycles": 0, "turnCycles": 0,
"maxCycles": 3, "maxCycles": 3,
"lastUpdated": "2026-04-18T19:23:15.706Z" "lastUpdated": "2026-04-18T19:51:41.484Z"
} }
+824 -336
View File
File diff suppressed because it is too large Load Diff
+1 -2
View File
@@ -19,7 +19,6 @@
"react-dom": "^19.2.5" "react-dom": "^19.2.5"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@types/react": "^19.2.14", "@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1", "@vitejs/plugin-react": "^6.0.1",
@@ -29,7 +28,7 @@
"lucide-react": "^1.8.0", "lucide-react": "^1.8.0",
"mammoth": "^1.12.0", "mammoth": "^1.12.0",
"postcss": "^8.5.10", "postcss": "^8.5.10",
"tailwindcss": "^4.2.2", "tailwindcss": "^3.4.19",
"tesseract.js": "^7.0.0", "tesseract.js": "^7.0.0",
"typescript": "^6.0.3", "typescript": "^6.0.3",
"vite": "^8.0.8" "vite": "^8.0.8"
-6
View File
@@ -1,6 +0,0 @@
module.exports = {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}
+1 -1
View File
@@ -1,6 +1,6 @@
export default { export default {
plugins: { plugins: {
'@tailwindcss/postcss': {}, tailwindcss: {},
autoprefixer: {}, autoprefixer: {},
}, },
} }