2013-10-14 21:52:40 +02:00
|
|
|
---
|
|
|
|
title: Layouts & Grid
|
2018-10-24 00:06:39 +02:00
|
|
|
introduction: >
|
|
|
|
We use Susy. See the [Susy
|
|
|
|
Documentation](http://susy.oddbird.net/demos/grid-types/#demo-magic) for more
|
|
|
|
information.
|
2013-10-14 21:52:40 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
%h2 Other Tools & Resources
|
2018-10-24 00:06:39 +02:00
|
|
|
|
2013-10-14 21:52:40 +02:00
|
|
|
%ul.list-feature
|
2018-10-24 00:06:39 +02:00
|
|
|
%li= link_to 'Breakpoint', 'http://breakpoint-sass.com/'
|
|
|
|
|
|
|
|
%li= link_to 'The EMs have it: Proportional Media Queries FTW!', 'http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw/'
|
2013-10-14 21:52:40 +02:00
|
|
|
|
|
|
|
%h2 Resolutions
|
2018-10-24 00:06:39 +02:00
|
|
|
|
2013-10-14 21:52:40 +02:00
|
|
|
- data.layout.resolutions.each do |resolution|
|
|
|
|
%dl.guide-description-list
|
|
|
|
%dt
|
2018-10-24 00:06:39 +02:00
|
|
|
%code= '$' + resolution.target
|
|
|
|
|
2013-10-14 21:52:40 +02:00
|
|
|
%dd= resolution.width
|