I just finished writing this for a project I'm working on. I could not find it in the foundation documents.
.large-12.columns .section-container.auto{:data => {'section' => true}} %section %p.title{:data => {'section-title' => true}} %a{:href=>"#panel1" } Section 1 .content{:data => {'section-content' => true}} %p Content of section 1 %section %p.title{:data => {'section-title' => true}} %a{:href=>"#panel2" } Section 2 .content{:data => {'section-content' => true}} %p Content of section 2
source share