class Playbook::PbBackground::Background

def classname

def classname
  generate_classname("pb_background_kit", image_classname, separator: " ")
end

def image_classname

def image_classname
  image_url.present? ? "lazyload #{transition}" : "pb_background_color_#{background_color}"
end