Skip to content

Instantly share code, notes, and snippets.

@jewlofthelotus
Forked from hagenburger/SassMeister-input.scss
Created December 9, 2013 23:15
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 jewlofthelotus/7882859 to your computer and use it in GitHub Desktop.
Save jewlofthelotus/7882859 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