Skip to content

Instantly share code, notes, and snippets.

@jehoshua02
Created January 27, 2015 21:31
Show Gist options
  • Save jehoshua02/deb6c65fb17da3e407b9 to your computer and use it in GitHub Desktop.
Save jehoshua02/deb6c65fb17da3e407b9 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
.media {
&--ratio-16-9 {
padding-top: percentage(9/16);
}
}
.media--ratio-16-9 {
padding-top: 56.25%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment