Skip to content

Instantly share code, notes, and snippets.

@lozandier
Created November 14, 2015 16:36
Show Gist options
  • Select an option

  • Save lozandier/4f9ea827405043b316dc to your computer and use it in GitHub Desktop.

Select an option

Save lozandier/4f9ea827405043b316dc to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
.car {
zoom: 1;
&__tire {
zoom: 2;
}
&--bmw {
zoom: 3;
}
&--bmw__tire {
zoom: 4;
}
}
.car {
zoom: 1;
}
.car__tire {
zoom: 2;
}
.car--bmw {
zoom: 3;
}
.car--bmw__tire {
zoom: 4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment