Skip to content

Instantly share code, notes, and snippets.

@gpetrioli
Created February 3, 2022 15:56
Show Gist options
  • Save gpetrioli/0fbec9ccb721b94c6c2436f9d3582962 to your computer and use it in GitHub Desktop.
Save gpetrioli/0fbec9ccb721b94c6c2436f9d3582962 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
@function calcWidth($var1) {
$res: $var1 * 10;
@return $res;
}
.my-class {
width: calcWidth(10px);
}
.my-class {
width: 100px;
}
{
"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