Question: I’m trying to destructuring list of values in SCSS in this way, which works, but I want to get leaner way to do that. So, I want to replace this part: with something like JS do: UPD: I have ...
Question: In this function I compile rem to px and em to px. But with sass v1.49, we are facing this error: Answer: What it’s saying is that you should be using the math.div from sass:math to make divisions, like ...