hyminghan
hyminghan
### Describe The Bug `@keyframes zoomIn` There is a compatibility problem. It will flash under some IOS systems. It is recommended to change it to : ``` @keyframes zoomIn {...
Fix the compatibility issue of `zoomIn` on some ios systems: https://github.com/animate-css/animate.css/issues/1526
tailwind config: ```javascript // tailwind.config.ts export default { // ... theme: { extend: { borderRadius: { layout: '16px' } } } } ``` error: ```javascript twMerge('rounded-layout', 'rounded-none') // output ->...