In SASS my Calculation looks like calc(50% - 375px);
But when it compiles the CSS output looks like that: calc(-325%)
, which is obviously not what I had in mind.
How can I force SASS to not do the maths (50% - 375px)
?
Thank you for your help!
Use the SASS interpolation like this #{'calc(50% - 375px)'};
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With