Skip to content

Instantly share code, notes, and snippets.

@TimHacker
Created January 21, 2014 11:54
Show Gist options
  • Save TimHacker/8538702 to your computer and use it in GitHub Desktop.
Save TimHacker/8538702 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
%bottom-spacing {
padding-left:10px;
}
.page {
.border {
@extend %bottom-spacing;
}
}
.page {
&.border {
@extend %bottom-spacing;
}
}
.page .border, .page.border {
padding-left: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment