Skip to content

Instantly share code, notes, and snippets.

@FWeinb
Created August 21, 2014 09:18
Show Gist options
  • Save FWeinb/708157a9c4d1824dabb3 to your computer and use it in GitHub Desktop.
Save FWeinb/708157a9c4d1824dabb3 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;
}
.my-class {
margin-top: -20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment