refactor(reset): improve css reset with modern best practices#154
refactor(reset): improve css reset with modern best practices#154froggy1014 merged 3 commits intorelease/v1from
Conversation
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
synuns
left a comment
There was a problem hiding this comment.
컴포넌트 형태로 제공하니까 훨씬 좋다
문서화까지 나이스!
Changes
1. 전역 스타일 컴포넌트로 변경
Reset 컴포넌트가 Wrapper로 사용될 일은 거의 없다고 판단하여, 더 적합한 전역 스타일 컴포넌트로 변경했습니다.
2. 가져오기 및 내보내기 방식 개선
3. 불필요한 의존성 제거
스토리북 관련 의존성 및 파일을 제거하여 코드베이스를 간소화했습니다
필요하지 않은 스토리 파일 제거
4. 테스트 코드 업데이트
Visuals
Checklist
Additional Discussion Points