module Playbook::TextAlign

def text_align_values

def text_align_values
  %w[start end left right center justify justify-all match-parent]
end