Skip to content

Instantly share code, notes, and snippets.

@didoo
Last active December 9, 2016 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save didoo/16e0a78e8ce30a5d7e32a54242ec6022 to your computer and use it in GitHub Desktop.
Save didoo/16e0a78e8ce30a5d7e32a54242ec6022 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.21)
// Compass (v1.0.3)
// ----
.block {
display: block;
@at-root {
.block__element {
font-size: 18px;
color: green;
&.block__element--modifier {
color: blue;
.android-webkit & {
color: pink;
}
}
}
}
}
.block {
display: block;
}
.block__element {
font-size: 18px;
color: green;
}
.block__element.block__element--modifier {
color: blue;
}
.android-webkit .block__element.block__element--modifier {
color: pink;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment