Skip to content

Instantly share code, notes, and snippets.

@sdvg
Created January 5, 2021 16:01
Show Gist options
  • Save sdvg/82cebea92b47935d83c03459d0e84526 to your computer and use it in GitHub Desktop.
Save sdvg/82cebea92b47935d83c03459d0e84526 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.overlay {
@at-root .mobile & {
color: green;
}
@at-root :not(.mobile) & {
color: red;
}
}
.mobile .overlay {
color: green;
}
:not(.mobile) .overlay {
color: red;
}
{
"sass": {
"compiler": "dart-sass/1.26.11",
"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