47 48 49 50 51 52 53
# File 'app/components/coco/layout/page/page.rb', line 47 def stack @stack ||= Coco::Stack.new( spacing: @spacing, direction: :vertical, class: "page-body-content" ) end