Skip to content

Instantly share code, notes, and snippets.

@miketierney
Created September 8, 2015 19:39
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 miketierney/1166178685c83e006908 to your computer and use it in GitHub Desktop.
Save miketierney/1166178685c83e006908 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<article>
<p>First paragraph</p>
<p>Second paragraph</p>
<p></p>
<p>Third paragraph</p>
</article>
// ----
// libsass (v3.2.5)
// ----
p {
margin-top: 20px;
margin-bottom: 20px;
background-color: #aaa;
// border-bottom: 1px solid #999;
}
p {
margin-top: 20px;
margin-bottom: 20px;
background-color: #aaa;
}
<article>
<p>First paragraph</p>
<p>Second paragraph</p>
<p></p>
<p>Third paragraph</p>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment