|
Hi, I noticed that in the latest version (0.10.0), using CSS shorthand properties now results in a panic error. For example: Message: background is not supported. Use background-color, border-image etc. instead
Message: border is not supported. Use border-width, border-style and border-color insteadWas this an intentional design decision in StyleX to disallow shorthand declarations? |
Answered by
Dwlad90
Jul 14, 2025
Replies: 2 comments 1 reply
|
Hi @bonttimo, This is a correct behavior due to breaking changes in |
1 reply
|
Indeed, the problem was related to the serialization of parameters. @bonttimo, Thanks for finding this issue. A fix is available in version 0.10.1-rc.1 |
0 replies
Answer selected by
bonttimo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Indeed, the problem was related to the serialization of parameters. @bonttimo, Thanks for finding this issue.
A fix is available in version 0.10.1-rc.1