SyntaxFix
Write A Post
Hire A Developer
Questions
Just add the percentage value into a variable and use #{$variable} for example
#{$variable}
$twentyFivePercent:25%; .selector { height: calc(#{$twentyFivePercent} - 5px); }