Skip to content

Instantly share code, notes, and snippets.

@randylien
Created June 4, 2013 19:23
Show Gist options
  • Save randylien/5708728 to your computer and use it in GitHub Desktop.
Save randylien/5708728 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com, the Sass playground.
// ---
// Sass (v3.2.9)
// ---
/* SASS Training Course
Operations
*/
.media-box {
font-size: 12 / 16 * 1em;
padding: 10 / 16 * 1em;
margin: 10 * 1%;
width: 480 / 16 * 1em;
}
/* SASS Training Course
Operations
*/
.media-box {
font-size: 0.75em;
padding: 0.625em;
margin: 10%;
width: 30em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment