-
As part of #1713 when using // config.strictTokens = true
css({ display: 'flex' }) // OK, didn't throw
css({ display: 'block' }) // OK, didn't throw
css({ display: 'abc' }) // ✅ will throw since 'abc' is not a valid value for 'display' What I'm struggling with is how we further extend properties like
|
Beta Was this translation helpful? Give feedback.
Answered by
astahmer
Nov 30, 2023
Replies: 1 comment 1 reply
-
you can use utilities for that |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zslabs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can use utilities for that
https://play.panda-css.com/FKwNghGjRK