Skip to content

Instantly share code, notes, and snippets.

@neutraltone
Created June 17, 2021 20:04
Show Gist options
  • Save neutraltone/893c54a92531966534ea797777f148dd to your computer and use it in GitHub Desktop.
Save neutraltone/893c54a92531966534ea797777f148dd to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.test {
display: block;
&#something {
content: 'probably shouldn't use ids as selectors;
}
}
.test {
display: block;
}
.test#something {
content: "probably shouldn" t use ids as selectors;
}
{
"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