Replies: 1 comment
-
Nothing strange here. Panda uses a slightly different approach which is covered in the docs. You can use the token reference syntax. padding: {spacing.1} {spacing.2} alternatively paddingBlock: 1
paddingInline: 2 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In stitches.js, I could do this:
But in panda, when I try to set
padding: '1 2'
, it will be compiled into.p_1_2: 1 2
which is not a valid value. Does this mean that I cannot directly use thepadding
property in pandaCSS to define values in two directions? This is too strange. Am I missing something?Beta Was this translation helpful? Give feedback.
All reactions