Class: Playbook::PbFlex::Flex
- Inherits:
-
Object
- Object
- Playbook::PbFlex::Flex
- Includes:
- Playbook::Props
- Defined in:
- app/pb_kits/playbook/pb_flex/flex.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
35 36 37 38 39 40 41 42 43 |
# File 'app/pb_kits/playbook/pb_flex/flex.rb', line 35 def classname generate_classname("pb_flex_kit", orientation_class, horizontal_class, vertical_class, inline_class, wrap_class, spacing_class) end |