Skip to content

Instantly share code, notes, and snippets.

@ryuran
Created December 8, 2020 16:34
Show Gist options
  • Save ryuran/416dc8fdadfac157fcf47ca9cce02abc to your computer and use it in GitHub Desktop.
Save ryuran/416dc8fdadfac157fcf47ca9cce02abc to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.root {
.container {
.child {
color: red;
.test &::before {
content: 'Expected Selector: .test .root .container .child::before';
}
}
}
}
.root .container .child {
color: red;
}
.test .root .container .child::before {
content: "Expected Selector: .test .root .container .child::before";
}
{
"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