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
@@ -21,7 +21,7 @@
## 🔗 Knowledge Connections
- **Related Topics:** [[CSS 구조 설계 방식]], [[BEM]], [[CSS Modules]], [[Tailwind CSS]], [[디자인 시스템(Design Systems)]]
- **Projects/Contexts:** [[대규모 프론트엔드 프로젝트 아키텍처(Large Frontend Projects Architecture)]], [[Feature-Sliced Design]]
- **Projects/Contexts:** 대규모 프론트엔드 프로젝트 아키텍처(Large Frontend Projects Architecture), [[Feature-Sliced Design]]
- **Contradictions/Notes:** BEM 방법론은 명명 규칙을 통해 유지보수성을 높이지만 사람의 규율에 의존하므로 프로젝트가 커지면 충돌 위험이 존재하는 반면, CSS Modules는 빌드 도구를 통해 이름 충돌을 원천 차단하여 캡슐화를 보장한다는 차이가 있습니다 [8, 10, 26]. 더불어 CSS-in-JS는 스타일과 로직의 결합으로 유지보수성이 향상되지만, Tailwind CSS나 CSS Modules 같은 제로 런타임 솔루션에 비해 런타임 성능 오버헤드와 번들 크기 증가라는 뚜렷한 단점이 존재합니다 [12, 27, 28].
---