feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
@@ -11,7 +11,7 @@
## 🔗 Knowledge Connections
- **Related Topics:** [[Design Tokens]], [[BEM (Block Element Modifier)]], [[CSS Modules]], [[Tailwind CSS]]
- **Projects/Contexts:** [[대규모 프론트엔드 아키텍처]], [[다중 플랫폼(Web, iOS, Android) UI 시스템 개발]]
- **Projects/Contexts:** 대규모 프론트엔드 아키텍처, 다중 플랫폼(Web, iOS, Android) UI 시스템 개발
- **Contradictions/Notes:** BEM은 개발자가 수동으로 명명 규칙을 적용해 컴포넌트 스타일을 분리하므로 인적 오류에 취약할 수 있는 반면, CSS Modules는 빌드 도구를 통해 캡슐화를 자동화하여 안전성을 보장합니다 [12, 18-20]. 한편, Tailwind CSS는 디자인 시스템을 엄격하고 효율적으로 강제할 수 있으나, HTML 마크업이 상당히 길어지고 복잡해지는 트레이드오프가 존재합니다 [15, 21].
---