class Playbook::PbCard::Card
def body_flex_direction
def body_flex_direction if flex_direction.present? "flex_direction_#{flex_direction}" else "" end end
def body_flex_direction if flex_direction.present? "flex_direction_#{flex_direction}" else "" end end