Skip to content

Instantly share code, notes, and snippets.

@hagenburger
Created December 9, 2013 17:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hagenburger/7876179 to your computer and use it in GitHub Desktop.
Save hagenburger/7876179 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
// You can use inline %placeholders in Sass:
.form %form-item + .text {
margin-top: 10px;
}
.my-field {
@extend %form-item;
}
.my-special-field {
@extend %form-item;
}
.form .my-field + .text, .form .my-special-field + .text {
margin-top: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment