Skip to content

Instantly share code, notes, and snippets.

@Undistraction
Created July 23, 2015 15:18
Show Gist options
  • Select an option

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

Select an option

Save Undistraction/e484b9d2bb8a5297b449 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class='box box-1'>
</div>
<div class='box box-2'>
</div>
<div class='box box-3'>
</div>
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
.class1 {
.class2 {
color: red;
};
.class3 {
color: blue;
};
}
.class1 .class2 {
color: red;
}
.class1 .class3 {
color: blue;
}
<div class='box box-1'>
</div>
<div class='box box-2'>
</div>
<div class='box box-3'>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment