chore: remove Tailwind CSS build pipeline; replace with tailwind-compat.css shim

244 utility classes across 8 files (timetable pages, Modal, CCShapesPanel).
Rather than blind inline conversion, replace @tailwind directives with a
self-contained 230-line CSS shim covering all classes actually used.
Build passes. Shim entries can be converted to --cc-* tokens incrementally.
This commit is contained in:
CC Worker
2026-05-31 23:09:08 +00:00
parent 0150ca3c32
commit 57429f3a75
4 changed files with 235 additions and 5 deletions
-1
View File
@@ -1,6 +1,5 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
'postcss-import': {},
},