lessphp
lessphp copied to clipboard
LESS compiler written in PHP
Seems to have ignored the following @media screen and (max-width: 1024px) { body { width: 100%; } }
Fatal error: Array and string offset access syntax with curly braces is no longer supported in vendor\leafo\lessphp\lessc.inc.php on line 749 Using php 8.3 ``` $this->less = new \lessc; if (file_exists($less_path))...
It would be great if we have ability to add aliases to classes when compile. Think of bootstrap. You can download bootstrap less files and when you compile those, you...