Using Styled-System Theme Variables in a String
July 7, 2020 at 3:47pmUsing Styled-System Theme Variables in a String
July 7, 2020 at 3:47pmHello,
I was wondering if there was a way I could use my theme variables such as 'neutrals.0' , 'primary.8', etc in the string css properties.
e.g:
borderColor: 'transparent black transparent transparent'
borderColor: 'transparent neutrals.0 transparent transparent'
the top one works, but the bottom one doesn't.
Thanks in advance.