-
Notifications
You must be signed in to change notification settings - Fork 70
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
chore: master merge next #151
Conversation
* feat: css var * chore: code clean * feat: update regexp * feat: more feature * test: add basic test case * test: could mix * feat: generate css var string when transform * test: cssVarRegister * test: add dynamic test * chore: code clean * test: auto clear test * chore: code clean
* feat: css var support ssr * chore: code clean * chore: code clean * chore: fix test
🎊 PR Preview b39ab51 has been successfully built and deployed to https://ant-design-cssinjs-preview-pr-151.surge.sh 🕐 Build time: 64.144s 🤖 By surge-preview |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #151 +/- ##
==========================================
+ Coverage 94.58% 95.00% +0.41%
==========================================
Files 25 29 +4
Lines 2199 2584 +385
Branches 346 390 +44
==========================================
+ Hits 2080 2455 +375
- Misses 119 129 +10 ☔ View full report in Codecov by Sentry. |
* feat: disable css var hydration * chore: update snapshot
* feat: useCSSVarRegister support scope * chore: add test case
* fix: style should not be removed when remounted * fix: compatible with react 17 * chore: code clean
No description provided.