Commit f832cee
refactor: consolidate dual Tailwind config into single TypeScript config (#1090)
* Initial plan
* Remove redundant tailwind.config.js and update documentation references
- Delete tailwind.config.js (CommonJS with hardcoded values)
- Keep tailwind.config.ts as single source of truth using design tokens
- Update docs/DESIGN_SYSTEM.md references to tailwind.config.ts
- Update docs/COMPLIANCE_EVIDENCE.md reference to tailwind.config.ts
- All values in .js were already present in .ts via design tokens
- Build, lint, and all 2467 tests pass
Agent-Logs-Url: https://github.com/Hack23/cia-compliance-manager/sessions/dec37b59-86b7-4c63-836d-00fdde58af6d
Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>1 parent c9eecb2 commit f832cee
3 files changed
Lines changed: 3 additions & 111 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
548 | | - | |
| 548 | + | |
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
| |||
This file was deleted.
0 commit comments