feat(transformer): px2rem supports more options#174
Open
hemengke1997 wants to merge 4 commits intoant-design:masterfrom
Open
feat(transformer): px2rem supports more options#174hemengke1997 wants to merge 4 commits intoant-design:masterfrom
hemengke1997 wants to merge 4 commits intoant-design:masterfrom
Conversation
|
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #174 +/- ##
==========================================
+ Coverage 94.80% 94.86% +0.05%
==========================================
Files 29 29
Lines 2619 2862 +243
Branches 394 459 +65
==========================================
+ Hits 2483 2715 +232
- Misses 136 144 +8
- Partials 0 3 +3 ☔ View full report in Codecov by Sentry. |
Author
|
请问有考虑合并吗~ |
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.
antd团队你们好,这个pr主要同步了 pxtorem 和 @minko-fe/pxtorem 的部分逻辑
新增了一些配置项:
由于其他的transformer都把逻辑写在同一文件中,所以此处也没有拆分代码
命名、代码风格等可能不符合antd团队规范,若有任何问题,请随意修改,谢谢!