Skip to content

Instantly share code, notes, and snippets.

@Undistraction
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save Undistraction/6bdf51840b3fe15a0a65 to your computer and use it in GitHub Desktop.

Select an option

Save Undistraction/6bdf51840b3fe15a0a65 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="wrap">
<header class="Page-header">
<h4>Title</h4>
</header>
</div>
<div class="Page-body">
<section class="first"></section>
<section class="second"></section>
<section class="third"></section>
</div>
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
.Activity {
&-subtitle {
color: blue;
}
&:first-child {
&-subtitle {
color: red;
}
}
}
.Activity-subtitle {
color: blue;
}
.Activity:first-child-subtitle {
color: red;
}
<div class="wrap">
<header class="Page-header">
<h4>Title</h4>
</header>
</div>
<div class="Page-body">
<section class="first"></section>
<section class="second"></section>
<section class="third"></section>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment