sass-site/source/styleguide/responsive-test.html.haml

15 lines
455 B
Plaintext
Raw Normal View History

2013-10-09 12:30:53 +02:00
---
title: Responsive Test
layout: responsive_test
---
2013-10-09 13:08:28 +02:00
2013-10-09 12:30:53 +02:00
.width-only.responsive-test
2013-10-09 13:08:28 +02:00
%ul{style: "width: 4202px"}
2013-10-09 12:30:53 +02:00
- data.layout.resolutions.each_with_index do |resolution, index|
%li.frame{id: "f" + "#{index + 1}"}
2013-10-09 13:08:28 +02:00
%h3= resolution.width
2013-10-09 12:30:53 +02:00
= partial "layouts/components/progress"
2013-10-09 13:08:28 +02:00
%iframe(sandbox="allow-same-origin allow-forms allow-scripts" seamless=""){width: "#{resolution.width + 15}", height: "#{resolution.height}"}