79684527

Date: 2025-06-30 09:25:24
Score: 0.5
Natty:
Report link

In LESS you need to write

height: ~"calc(100vh - 80px)";

It brings STR to css, so css calc() function caculates meaning (not LESS)

height: ~calc(100vh - 80px) - it tries to calculate inside LESS instruments

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: crazzyaka