aboutsummaryrefslogtreecommitdiff
path: root/lib/less.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Less.php fix php version problem with strpos wanting a string and nonempty ↵dedeibel2018-12-221-1/+1
| | | | needle value
* Less.php fixed php version problems - used break when break was meant... ↵dedeibel2018-12-221-11/+11
| | | | where reconstructable...
* Fix Less.php - PHP 7.2 issues for nowdedeibel2018-12-192-128/+10655
|
* less.php: take relative-url into account when building the cache filenameMaZderMind2015-11-141-5/+4
| | | | this allows to compile the same file with different relative-urls with caching
* use php-based lesscss compilerMaZderMind2015-10-053-0/+10841