Skip to content

Instantly share code, notes, and snippets.

@marnen
Last active June 7, 2022 18:49
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 marnen/b366d00218007a73100f437b61f0dc0b to your computer and use it in GitHub Desktop.
Save marnen/b366d00218007a73100f437b61f0dc0b to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.parent {
& .child {
color: red;
}
}
.parent {
.child {
color: blue;
}
}
.parent {
&.child {
color: yellow;
}
}
.parent .child {
color: red;
}
.parent .child {
color: blue;
}
.parent.child {
color: yellow;
}
{
"sass": {
"compiler": "dart-sass/1.32.12",
"extensions": {},
"syntax": "SCSS",
"outputStyle": "expanded"
},
"autoprefixer": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment