Skip to content

Instantly share code, notes, and snippets.

@moshfeu
Created February 10, 2022 12:30
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 moshfeu/18f6a611aef1f9560182bb8a44cf8155 to your computer and use it in GitHub Desktop.
Save moshfeu/18f6a611aef1f9560182bb8a44cf8155 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.element {
&.look-i-have-also-this-class {
background: 'red';
}
.my-parent-has-this-class & {
background: 'red';
}
}
.element.look-i-have-also-this-class {
background: "red";
}
.my-parent-has-this-class .element {
background: "red";
}
{
"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