class Playbook::PbFlex::FlexItem

def style_value

def style_value
  "flex-basis: #{fixed_size};" if fixed_size.present?
end