Skip to content

Instantly share code, notes, and snippets.

@screeny05
Created June 28, 2021 12:13
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 screeny05/a59017c8912a83ff955a5307dca1907e to your computer and use it in GitHub Desktop.
Save screeny05/a59017c8912a83ff955a5307dca1907e to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
@mixin foo() {
content: 'original';
}
@mixin foo() {
content: 'overwritten';
}
.foo {
@include foo();
}
.foo {
content: "overwritten";
}
{
"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