Created
September 22, 2017 18:03
-
-
Save greatislander/516e41c1db26dbb6fba6f70e227f5a15 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// 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); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.content { | |
width: 58.33333em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment