Created
July 3, 2014 12:24
-
-
Save cimmanon/495f1d7d587a98b150ed to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains 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.3.9) | |
// Compass (v1.0.0.alpha.20) | |
// ---- | |
$itemWidth: 25px; | |
$item2Width: 80px; | |
element { | |
width: $itemWidth/2-$item2Width/2-5px | |
} |
This file contains 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
element { | |
width: -32.5px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment