class Playbook::PbFormPill::FormPill

def size_class

def size_class
  size == "small" ? " small" : ""
end