Skip to content

Instantly share code, notes, and snippets.

@stormwarning
Created February 4, 2015 05:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stormwarning/c1462b6c611d325ef699 to your computer and use it in GitHub Desktop.
Save stormwarning/c1462b6c611d325ef699 to your computer and use it in GitHub Desktop.
Sass (SCSS) variables for common aspect ratios.
/**
* Variables for common aspect ratios.
*/
$golden: 61.8047%; // 1.6180:1
$35mm: 66.6667%; // 3:2
$panorama: 33.3333%; // 3:1
$imax: 69.9301%; // 1.43:1
$widescreen: 56.1798%; // 1.78:1
$red: 50.0000%; // 2.00:1
$anamorphic: 41.6667%; // 2.40:1
$ultra-panavision: 36.2319%; // 2.76:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment