Skip to content

Instantly share code, notes, and snippets.

@tolja
Created November 4, 2014 20:42
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 tolja/6d1eb42c453314863ed0 to your computer and use it in GitHub Desktop.
Save tolja/6d1eb42c453314863ed0 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<body>
<div class="container">
<div class="content">
<div class="articles">
<div class="post">
<div class="title">
<h1><a href="#">Hello World</a>
</div>
</div>
</div>
</div>
</div>
</body>
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
body {
background-color:#000;
div.container {
background-color:#000;
div.content { background-color:#000;
div.title { background-color:#000;
h1 { background-color:#000;
a { background-color:#000;
}
}
}
}
}
}
body {
background-color: #000; }
body div.container {
background-color: #000; }
body div.container div.content {
background-color: #000; }
body div.container div.content div.title {
background-color: #000; }
body div.container div.content div.title h1 {
background-color: #000; }
body div.container div.content div.title h1 a {
background-color: #000; }
<body>
<div class="container">
<div class="content">
<div class="articles">
<div class="post">
<div class="title">
<h1><a href="#">Hello World</a>
</div>
</div>
</div>
</div>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment