Skip to content

Instantly share code, notes, and snippets.

@blattmann
Created April 14, 2022 19:35
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 blattmann/02a515088652c950a456816fc2fbc188 to your computer and use it in GitHub Desktop.
Save blattmann/02a515088652c950a456816fc2fbc188 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.foo {
color: blue;
text-decoration: underline;
@at-root {
p#{&} {
color: red;
text-decoration: none;
}
.bar#{&} {
color: red;
text-decoration: none;
}
}
}
.foo {
strong {
color: green;
}
em {
color: red;
}
.test {
color: blue;
}
&.test {
color: black;
}
&#{&} {
color: orange;
}
@at-root {
p#{&} {
color: yellow;
}
}
}
.foo {
color: blue;
text-decoration: underline;
}
p.foo {
color: red;
text-decoration: none;
}
.bar.foo {
color: red;
text-decoration: none;
}
.foo strong {
color: green;
}
.foo em {
color: red;
}
.foo .test {
color: blue;
}
.foo.test {
color: black;
}
.foo.foo {
color: orange;
}
p.foo {
color: yellow;
}
{
"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