Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@frontendbeast
Created May 12, 2015 12:45
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 frontendbeast/6be27e85bc42c59e3d95 to your computer and use it in GitHub Desktop.
Save frontendbeast/6be27e85bc42c59e3d95 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
p {
margin: 0;
& + & {
margin-bottom: 2rem;
}
}
p {
margin: 0;
}
p + p {
margin-bottom: 2rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment