mirror of
https://github.com/danog/sass-site.git
synced 2024-12-03 09:57:58 +01:00
19 lines
565 B
Plaintext
19 lines
565 B
Plaintext
---
|
|
title: Responsive Design
|
|
---
|
|
|
|
%h2 Tools & Resources
|
|
%ul.list-feature
|
|
%li
|
|
%strong= link_to "Responsive Test", "/styleguide/responsive-test"
|
|
%li= link_to "Susy", "http://susy.oddbird.net/"
|
|
%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/"
|
|
|
|
%h2 Resolutions
|
|
- data.layout.resolutions.each do |resolution|
|
|
%dl.guide-description-list
|
|
%dt
|
|
%code= "$" + resolution.target
|
|
%dd= resolution.width
|