mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 02:17:36 +01:00
18 lines
506 B
Plaintext
18 lines
506 B
Plaintext
---
|
|
title: Responsive Design
|
|
---
|
|
|
|
%h2 Tools & Resources
|
|
%ul
|
|
%li
|
|
%strong.introduction= link_to "Responsive Test", "/styleguide/responsive-test"
|
|
%li= link_to "Susy", "http://susy.oddbird.net/"
|
|
%li= link_to "The EMs have it: Proportional Media Queries FTW!", "http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw/"
|
|
|
|
%h2 Resolutions
|
|
- data.layout.resolutions.each do |resolution|
|
|
%dl.guide-description-list
|
|
%dt
|
|
%code= "$" + resolution.target
|
|
%dd= resolution.width
|