The community member is asking if Webstudio has an option to set an element's size using the CSS flex property, such as flex:1 or flex:2, in order to achieve relative sizing between elements. The comments suggest using CSS variables for relative sizing, and mention the Craft feature in Webstudio. One community member provides a code example to help explain the issue. Another community member confirms that the flex property can be used to achieve the desired effect, and the discussion turns to the naming convention used in Webstudio for this feature.
has webstudio somewhere an option to set an element to "flex:1", "flex2" etc? What I want to achive is setting abstract sizes on elements. I want a child to be 2x bigger than the rest.