Skip to content

Instantly share code, notes, and snippets.

@frecklebit
Created March 14, 2024 18:31
Show Gist options
  • Save frecklebit/d21ebe557bb37ae1ed5b7ba2d2b8663f to your computer and use it in GitHub Desktop.
Save frecklebit/d21ebe557bb37ae1ed5b7ba2d2b8663f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.some-class {
&__some-item {
&--active {
color: blue;
}
}
}
.some-class__some-item--active {
color: blue;
}
{
"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