module Playbook::AlignContent

def align_content_values

def align_content_values
  %w[start end center spaceBetween spaceAround spaceEvenly]
end