module Playbook::JustifyContent

def justify_content_values

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