Skip to content

Instantly share code, notes, and snippets.

@jpdevries
Created February 20, 2015 16:40
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 jpdevries/285eb801f2404e8c8732 to your computer and use it in GitHub Desktop.
Save jpdevries/285eb801f2404e8c8732 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.1.0)
// ----
%legible {
max-width:42em; /* don't let lines get too wide */
line-height:1.6em; /* keep things legible */
}
// the below selectors will be combined in CSS
.my-div p {
@extend %legible;
}
.another-div p {
@extend %legible;
}
.my-div p, .another-div p {
max-width: 42em;
/* don't let lines get too wide */
line-height: 1.6em;
/* keep things legible */ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment