Class: Playbook::PbBackground::Background
- Inherits:
-
Object
- Object
- Playbook::PbBackground::Background
- Includes:
- Playbook::Props
- Defined in:
- app/pb_kits/playbook/pb_background/background.rb
Instance Method Summary collapse
Methods included from Playbook::Props
#dark_props, #generate_classname, #generate_classname_without_spacing, #initialize, #prop, #spacing_options, #spacing_props, #spacing_values
Instance Method Details
#classname ⇒ Object
20 21 22 |
# File 'app/pb_kits/playbook/pb_background/background.rb', line 20 def classname generate_classname("pb_background_kit", image_classname, background_color_classname, separator: " ") end |