Skip to content

Instantly share code, notes, and snippets.

@zaydek
Created November 29, 2020 09:30
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 zaydek/174ef67f44d4ff8abe975edb2aad35d6 to your computer and use it in GitHub Desktop.
Save zaydek/174ef67f44d4ff8abe975edb2aad35d6 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
@function thing($str) {
@return $str;
}
@at-root {
.a {
top: thing(cap(8));
}
}
.a {
top: cap(8);
}
{
"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