-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat(utils): formatSizeStyleValue 함수 추가 #521
feat(utils): formatSizeStyleValue 함수 추가 #521
Conversation
🦋 Changeset detectedLatest commit: ba60682 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #521 +/- ##
==========================================
+ Coverage 97.41% 97.60% +0.19%
==========================================
Files 164 174 +10
Lines 1470 1545 +75
Branches 361 388 +27
==========================================
+ Hits 1432 1508 +76
+ Misses 34 33 -1
Partials 4 4
|
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.
작업 감사합니다 :)
Overview
Issue: #345
number값을 suffix를 붙여 css 스타일 값으로 사용할 수 있게 반환합니다.
suffix는 옵션널하고 디폴트로 px를 사용합니다.
PR Checklist
Contributing Guide