Skip to content

Instantly share code, notes, and snippets.

@FWeinb
Created August 21, 2014 09:33
Show Gist options
  • Save FWeinb/b804da803d48a3333aec to your computer and use it in GitHub Desktop.
Save FWeinb/b804da803d48a3333aec to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.0)
// Compass (v1.0.0)
// ----
$gap: 20px;
.my-class {
margin-top: -$gap + 5;
}
.my-class {
margin-top: -#{$gap} + 5;
}
.my-class {
margin-top: -15px;
}
.my-class {
margin-top: -20px + 5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment