feat: Figma 디자인 토큰(컬러/타이포/폰트/spacing) 반영 - #6
Open
sohxxny wants to merge 1 commit into
Open
Conversation
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Figma "⚙️ 디자인 시스템" 페이지의 변수를 Tailwind v4
@theme토큰으로 옮기고,docs/design/design-system.md에 Figma ↔ 코드 대응표를 채웠다. 컬러(Gray/Cool Gray, primary/secondary/tertiary, 시맨틱 토큰), 타이포그래피(SUIT 기반 텍스트 스타일 18종), SUIT 폰트 self-host(5개 웨이트), Spacing 스케일(0~10)을 포함한다.Related Issues
PR Point (To Reviewer)
styles/LICENSE를 함께 유지해야 한다.--spacing-0~--spacing-10)은 Tailwind 기본 숫자 스페이싱 유틸리티(p-N,m-N,gap-N등)를 디자이너 지정 값으로 오버라이드하는 방식이라, 앞으로p-6같은 클래스가 Tailwind 기본값(24px)이 아니라 Figma 값(20px)을 따른다는 점을 팀에서 인지하고 있어야 한다.--color-overlay-dim은--color-black에서color-mix()로 45% 알파를 파생시키는 방식으로 구현했다.Screenshot
해당 없음 (토큰/설정 반영, UI 컴포넌트 변경 없음)
ETC
없음