Skip to content

Instantly share code, notes, and snippets.

@jedfoster
Created April 5, 2022 15:33
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 jedfoster/35171d8cd63027ca8b4e8c6a0789513b to your computer and use it in GitHub Desktop.
Save jedfoster/35171d8cd63027ca8b4e8c6a0789513b to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$size-spacing-xs: 0.5rem;
.overviewLink:hover {
text-decoration: none;
.avatar {
outline-width: ($size-spacing-xs / 2);
outline-width: calc(#{$size-spacing-xs} / 2);
}
}
.overviewLink:hover {
text-decoration: none;
}
.overviewLink:hover .avatar {
outline-width: 0.25rem;
outline-width: calc(0.5rem / 2);
}
{
"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