Skip to content

Instantly share code, notes, and snippets.

@Jared-Prime
Created July 18, 2012 18:09
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 Jared-Prime/3137810 to your computer and use it in GitHub Desktop.
Save Jared-Prime/3137810 to your computer and use it in GitHub Desktop.
example scss
article h1, article p {
padding: 18px; }
article h1 {
font-size: 200%; }
article blockquote {
width: 80%;
margin: auto; }
article img {
margin: auto; }
.articles article {
width: 50%;
float: left;
background: none;
border: 0;
border-radius: 0;
box-shadow: 0 0 0; }
article {
h1,p { padding:18px; }
h1 { font-size:200%; }
blockquote {
width:80%;
margin:auto;
}
img { margin:auto; }
.articles & {
width:50%;
float:left;
background:none;
border:0;
border-radius:0;
box-shadow:0 0 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment