Method: MotionPrime::CellSectionMixin#section_styles

Defined in:
motion-prime/sections/_cell_section_mixin.rb

#section_stylesObject



25
26
27
# File 'motion-prime/sections/_cell_section_mixin.rb', line 25

def section_styles
  @section_styles ||= collection_section.try(:cell_section_styles, self) || {}
end