class Playbook::PbFlex::Flex

def horizontal_class

def horizontal_class
  if orientation == "row"
    "justify_content_#{horizontal}"
  else
    "align_items_#{horizontal}" if align == "none"
  end
end