Skip to content

Instantly share code, notes, and snippets.

@Vintharas
Created April 16, 2021 08:15
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 Vintharas/05343b3bc7440e3c4088d44b65a431f3 to your computer and use it in GitHub Desktop.
Save Vintharas/05343b3bc7440e3c4088d44b65a431f3 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.MyComponent {
$prefix: &;
&ButtonWrapper {
padding: 1rem;
#{$prefix}Button {
color: green;
}
}
}
.MyComponentButtonWrapper {
padding: 1rem;
}
.MyComponentButtonWrapper .MyComponentButton {
color: green;
}
{
"sass": {
"compiler": "libsass/3.5.5",
"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