Skip to content

Instantly share code, notes, and snippets.

@10n37
Created September 21, 2021 06:13
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 10n37/c3c128118448c5509f73223c877fbece to your computer and use it in GitHub Desktop.
Save 10n37/c3c128118448c5509f73223c877fbece to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.toolbar {
$this: &;
&--toggled {
#{$this}--delete {
background-color: rgba(red, 0.15);
}
}
}
.toolbar--toggled .toolbar--delete {
background-color: rgba(255, 0, 0, 0.15);
}
{
"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