-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix : hide the unstyled text by selecting not yet defined component t… #151
Conversation
Before the changes when refreshing Screen.Recording.2024-07-15.at.6.37.15.PM.movAfter making changes when refreshing Screen.Recording.2024-07-15.at.6.39.23.PM.mov |
global-styles.css
Outdated
ds-hero:not(:defined) { | ||
display: inline-block; | ||
height: 100vh; | ||
opacity: 0; | ||
} | ||
|
||
ds-button-link:not(:defined) { | ||
opacity: 0; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
쌩뚱맞게 컴포넌트 스타일이 왜 전역으로 올라오나요? 😨
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
앗 곰곰히 생각해보니까 전혀 잘못생각했습니다..!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SamTheKorean 이슈를 보니 플래닝 때 협의가 되지 않은 티켓이네요. 급한 사안이 아니라면 다음 모임 때 문제에 대해서 팀원들과 공유해주시고 어떻게 해결할지 기술 논의 후에 수정을 진행하면 어떨까요?
넵 알겠습니다! |
|
그럼 이번 PR은 닫으면 될까요? |
…o avoid foud issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
component 상위에서 선택해야 하므로 index.html에 넣는게 가장 적절할 거라 판단해서 여기에 넣었습니다!
…o avoid foud issue
Checklist before merging