Skip to content

Instantly share code, notes, and snippets.

@meowsus
Created July 28, 2015 21:33
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 meowsus/21411da0c07eba836519 to your computer and use it in GitHub Desktop.
Save meowsus/21411da0c07eba836519 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class='huge'>
<div class='realhuge'>
huuuuge
</div>
</div>
// ----
// libsass (v3.2.5)
// ----
.huge {
border: 1px solid black;
}
.realhuge {
width: 960px;
height: 420px; // bro
background: red;
-webkit-transform: scale(0.25);
-webkit-transform-origin: 0 0;
}
.huge {
border: 1px solid black;
}
.realhuge {
width: 960px;
height: 420px;
background: red;
-webkit-transform: scale(0.25);
-webkit-transform-origin: 0 0;
}
<div class='huge'>
<div class='realhuge'>
huuuuge
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment