sass-site/source/styleguide/04_layout.html.haml
₍˄ุ.͡˳̫.˄ุ₎ 5387c0a164 WIP
2013-10-11 16:06:20 -04:00

22 lines
431 B
Plaintext

---
title: Layouts & Grid
---
%h2 Susy Magic Grid
%p.introduction
See the
= link_to "Susy Documentation", "http://susy.oddbird.net/demos/grid-types/#demo-magic"
for more information.
- count = 0
- data.layout.susy.total_columns.times do |num|
- count += 1
%dl.guide-description-list
%dt
%code @include span(#{count})
%dd{class: "by-#{count}"}
.row
- count.times do |num|
.block