How to prevent Less from trying to compile CSS calc() properties?
The Less compilers that I’m using (OrangeBits and dotless 1.3.0.5) are aggressively translating body { width: calc(100% – 250px – 1.5em); } into … Read more
The Less compilers that I’m using (OrangeBits and dotless 1.3.0.5) are aggressively translating body { width: calc(100% – 250px – 1.5em); } into … Read more
This question already has answers here: How to prevent Less from trying to compile CSS calc() properties? (4 answers) Closed 5 years ago. … Read more
I’m trying to use the calc() function in a Sass stylesheet, but I’m having some issues. Here’s my code: $body_padding: 50px body padding-top: … Read more