Created
August 12, 2015 06:26
-
-
Save podo/127a2241fcfdc7a431ae 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.14) | |
// Compass (v1.0.3) | |
// ---- | |
$field-horizontal-spacing: 1.45em; | |
$field-icon-prefix-width: 30px; | |
@function strip-units($number) { | |
@return $number / ($number * 0 + 1); | |
} | |
div { | |
padding-left: (strip-units($field-horizontal-spacing * 2) + strip-units($field-icon-prefix-width / 10)* 1em); | |
} |
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
div { | |
padding-left: 5.9em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment