Skip to content

Instantly share code, notes, and snippets.

@uniqname
Created December 1, 2014 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uniqname/ef87f5a6d45fed4b3fda to your computer and use it in GitHub Desktop.
Save uniqname/ef87f5a6d45fed4b3fda to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
.full {
@each $pos in ("top", 'left', bottom, right) {
#{$pos}: 0;
}
}
.full {
top: 0;
left: 0;
bottom: 0;
right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment