mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 12:35:03 +01:00
15 lines
455 B
Plaintext
15 lines
455 B
Plaintext
---
|
|
title: Responsive Test
|
|
layout: responsive_test
|
|
---
|
|
|
|
|
|
|
|
.width-only.responsive-test
|
|
%ul{style: "width: 4202px"}
|
|
- data.layout.resolutions.each_with_index do |resolution, index|
|
|
%li.frame{id: "f" + "#{index + 1}"}
|
|
%h3= resolution.width
|
|
= partial "layouts/components/progress"
|
|
%iframe(sandbox="allow-same-origin allow-forms allow-scripts" seamless=""){width: "#{resolution.width + 15}", height: "#{resolution.height}"}
|