Skip to content

Instantly share code, notes, and snippets.

@nadavspi
Created August 11, 2014 14:32
Show Gist options
  • Select an option

  • Save nadavspi/381a44ebc5536da30deb to your computer and use it in GitHub Desktop.

Select an option

Save nadavspi/381a44ebc5536da30deb to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0.rc.1)
// ----
.screen {
width: 100%;
&__laptop {
color: black;
&--output-device {
font-family: Georgia;
}
}
}
.screen {
width: 100%;
}
.screen__laptop {
color: black;
}
.screen__laptop--output-device {
font-family: Georgia;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment