Skip to content

Instantly share code, notes, and snippets.

@greatislander
Created September 22, 2017 18:03
Show Gist options
  • Save greatislander/516e41c1db26dbb6fba6f70e227f5a15 to your computer and use it in GitHub Desktop.
Save greatislander/516e41c1db26dbb6fba6f70e227f5a15 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.21)
// Compass (v1.0.3)
// ----
$base-font-size: 12;
@function em($size, $base-font-size) {
@return ($size / $base-font-size) * 1em;
}
.content {
width: em(700, $base-font-size);
}
.content {
width: 58.33333em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment