mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 02:17:36 +01:00
22 lines
431 B
Plaintext
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
|
|
|