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
Previously, all variable names are always hashes that only included small-case letters.
Now, with the debug option set to true, variables are prefixed with their in-source key name.
This behavior has exposed a bug in how StyleX set the values of CSS variables. We always convert camelCase to kebab-case for CSS properties. We need to exclude CSS variables.
The text was updated successfully, but these errors were encountered:
Previously, all variable names are always hashes that only included small-case letters.
Now, with the
debug
option set to true, variables are prefixed with their in-source key name.This behavior has exposed a bug in how StyleX set the values of CSS variables. We always convert camelCase to kebab-case for CSS properties. We need to exclude CSS variables.
The text was updated successfully, but these errors were encountered: