How to expose a prop in code component that receives a style token from Studio?

Is it possible to expose a prop in code component that will receive a style token from the Studio just like we provide style token to font-size and color properties?

It’s not possible right now :cry:

There is a workaround where you can pass the css variable of the token to the string prop.

The css variable is --plasmic-token-name

Got it. Thanks a lot

Will the workaround work for style tokens imported from another project?

Yes!