Skip to content

Instantly share code, notes, and snippets.

@gajus
Created September 20, 2015 17:14
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 gajus/6b6c49c3c3a0282f4b9d to your computer and use it in GitHub Desktop.
Save gajus/6b6c49c3c3a0282f4b9d to your computer and use it in GitHub Desktop.
#viewport {
$scale: .8;
width: 100% / $scale;
height: 100% / $scale;
transform: scale(1 * $scale);
transform-origin: 0 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment