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
The original StyleX shim added camel-casing of CSS custom property names to ease internal adoption of native theme definitions that map to web theme definitions. However, custom properties are case sensitive, and we have now implemented the StyleX theming APIs. So we should remove this inconsistency and allow variable names to be case sensitive.
Expected behavior
Custom property names are case sensitive and do not get automatically camel cased.
Steps to reproduce
N/A
Test case
No response
Additional comments
No response
The text was updated successfully, but these errors were encountered:
necolas
changed the title
Remove automatic camelcasing of CSS custom property names
Remove automatic camel-casing of CSS custom property names
Mar 10, 2024
Describe the issue
The original StyleX shim added camel-casing of CSS custom property names to ease internal adoption of native theme definitions that map to web theme definitions. However, custom properties are case sensitive, and we have now implemented the StyleX theming APIs. So we should remove this inconsistency and allow variable names to be case sensitive.
Expected behavior
Custom property names are case sensitive and do not get automatically camel cased.
Steps to reproduce
N/A
Test case
No response
Additional comments
No response
The text was updated successfully, but these errors were encountered: