lessphp icon indicating copy to clipboard operation
lessphp copied to clipboard

LESS compiler written in PHP

Results 100 lessphp issues
Sort by recently updated
recently updated
newest added

We are using this library within our ShipCloud application. Only we need to use this library within our application - using composer. Only this library holds some features which are...

I updated my fork of this repo to run under PHP 8.2. You can install it via composer: composer require ca-dsgn/lessphp The code under packagist will also be auto-updated to...

I have some things running under PHP 8.2. are outdated. Will there be an update for this? As an example: ` [06-Dec-2023 13:56:34 Europe/Berlin] PHP Deprecated: Using ${var} in strings...

I just updated my local environment to PHP 8.1 and checked that there are several issues: `Deprecated: preg_match(): Passing null to parameter #4 ($flags) of type int is deprecated in...

When i try to use the `each` method, the parser will break: **LESS:** ``` @size: 4.66666666667%, 13.3333333333%, 22%, 30.6666666667%, 39.3333333333%, 48%, 56.6666666667%, 65.3333333333%, 74.0%, 82.6666666667%, 91.3333333333%, 100%; each(@size, { ui-column[data-siz="@{index}"],...

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 9.x. **Before merging**, you need to: - Checkout the `l9-compatibility`...

`lessc.inc.php (2056): Undefined property: stdClass::$parent` This issue is caused by a superflous closing curled bracket, in that case `$this->env` has no `parent` property. I've fixed this issue by appending an...

bug

From php 7.4 it emits this error: Deprecated: Array and string offset access syntax with curly braces is deprecated in /........../getlibs/lessphp/lessc.inc.php on line XXX

For use like $less->setFormatter("compressed")->compileFile( DIR_STYLE."/index.less" );

[Issue # 652](https://github.com/leafo/lessphp/issues/652) Deprecated Array and string offset access syntax with curly braces is deprecated PHP v7.4