Change CSS in Components?

Is it possible to have an exposed property be plugged into a CSS value? For example if I have a component that can have a variable width I’d like to have a ‘Text’ property that is plugged into the Width property, but it’s not possible. Any tips?

Hi,
Component properties do not currently work like reusable variables that can be referenced inside a different CSS field.

However, you could use a style attribute and a text-property:

This worked, thanks!