Css variable with name margin-inline-end
will get inline
stripped in -webkit
property value
#3309
Labels
margin-inline-end
will get inline
stripped in -webkit
property value
#3309
Current behavior:
When I uses css variable that has
margin-inline-end
as part of the variable name. Theinline
part of the css variable name gets strip off when emotion generates the-webkit
css property and value.To reproduce:
--my-margin-inline-end: 20px;
margin-inline-end: var(--my-margin-inline-end);
Link to code sandbox: https://codesandbox.io/p/sandbox/emotion-issue-template-forked-v9mfgp?file=%2Fsrc%2FApp.tsx%3A8%2C3-8%2C50
Expected behavior:
The css variable name should not be changed.
Environment information:
The text was updated successfully, but these errors were encountered: