develop #58
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Phase 0: CSS 인프라 구축 - Tailwind config 색상 불일치 수정 (t1/t2/t3 → CSS 변수 값으로 통일) - index.css 1,302줄 → @import 엔트리포인트 7줄로 축소 - common/styles/base.css: @layer base 추출 (CSS 변수, 리셋, body 기본값) - common/styles/components.css: @layer components + utilities 추출 - common/styles/wing.css: wing-* 디자인 시스템 클래스 신규 정의 - common/utils/cn.ts: className 조합 유틸리티 - App.css 삭제 (내용을 components.css로 통합) Phase 1: body default 인라인 스타일 일괄 제거 - fontFamily: 'var(--fK)' 781건 제거 (body font-family 상속) - color: 'var(--t1)' 274건 제거 (body color 상속) - 빈 style={{}} 78건 정리 - 31개 파일, JS 번들 23KB 감소 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>