Skip to content

Instantly share code, notes, and snippets.

@dippas
Created February 10, 2021 14: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 dippas/651dbdd0b07d452c414b188354d673e5 to your computer and use it in GitHub Desktop.
Save dippas/651dbdd0b07d452c414b188354d673e5 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.username {
color: red;
.mobile & {
font-weight: bold
}
.desktop & {
font-weight: normal
}
}
.username {
color: red;
}
.mobile .username {
font-weight: bold;
}
.desktop .username {
font-weight: normal;
}
{
"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