You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I uses css variable that has margin-inline-end as part of the variable name. The inline part of the css variable name gets strip off when emotion generates the -webkit css property and value.
To reproduce:
Create a css variable with name: --my-margin-inline-end: 20px;
Use the css variable on any element: margin-inline-end: var(--my-margin-inline-end);