In our current config strictTokens is set to false which means we won't have typechecking for properties that have config tokens, such as color, bg, borderColor, etc
We should also set strictPropertyValues which will throw for properties that do not have config tokens, such as display, content, willChange, etc. when the value is not a predefined CSS value.
https://panda-css.com/docs/concepts/writing-styles#type-safety
In our current config
strictTokensis set to false which means we won't have typechecking for properties that have config tokens, such as color, bg, borderColor, etcWe should also set
strictPropertyValueswhich will throw for properties that do not have config tokens, such as display, content, willChange, etc. when the value is not a predefined CSS value.https://panda-css.com/docs/concepts/writing-styles#type-safety