Skip to content

Instantly share code, notes, and snippets.

@kenwheeler
Created October 4, 2014 15:24
Show Gist options
  • Save kenwheeler/f72c28f08eeab1d76164 to your computer and use it in GitHub Desktop.
Save kenwheeler/f72c28f08eeab1d76164 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.4)
// Compass (v1.0.1)
// ----
.first-component {
.text { font-size: 1.4rem; }
.button { font-size: 1.7rem; }
@at-root .second-component {
.text { font-size: 1.2rem; }
.button { font-size: 1.4rem; }
}
}
.first-component .text {
font-size: 1.4rem;
}
.first-component .button {
font-size: 1.7rem;
}
.second-component .text {
font-size: 1.2rem;
}
.second-component .button {
font-size: 1.4rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment