Merged
Conversation
포크한 레포에 작동 테스틀 위해 연결 스토리북 형태도 세팅함
구조 수정 및 tailwind prefix에 맞게 mapping
이전 패키지 버전에선 빌드가 안 됐음.
숫자 표기 안되는 문제로 인해.
다른 프로젝트랑 연결 되어 있었기에 수정.
forked에서의 pull request로는 secret을 사용할 수 없기 때문에.
파싱되지 않던 형식 처리, tailwind에선 사용되지 않는 토큰 제거, tailwind prefix 매핑 수정.
next실행과 storybook실행에 따로 설정이 필요해서 각각 했습니다. figma에서 사용되는 font-['SUIT_Variable'] 형식을 사용하기 위해 tailwind.config.ts를 생성했습니다.
figma에서는 text-Color-white와 같이 사용되고 있어, 예외사항으로 포함시켰습니다. Color같은 middle-name도 같은 일이 있을 것 같아 함수화로 확장 대비했습니다.
ci과정 트리거 위해 무의미한 스토리북 수정
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.
변경 내용
background-assistive, line-normal, line-disable 추가됐습니다