Method: Coco::Page#stack
- Defined in:
- app/components/coco/layout/page/page.rb
#stack ⇒ Object
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 |