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

Since the release of v0.5.0, I've got an error during compilation of some code. I've nothing really workable except this error printed during an "assetic:dump" on Symfony2. > [Exception] >...

bug

Current implementation may fail with `@import` statements of `http://` and `https://` URLs on `open_basedir` restrictions. I've noticed a pull request for this issue, but it is a year old. Is...

Currently lessphp leaves it up to the user to check the cache object and file access times to determine if it needs rebuilt. It also leaves it up to the...

When will fully support mix? for example @lg: ~"max-width:320px"; @media @{lg}{....}

[code] .class /\* here is comment _/ { } [/code] will produce error parse error: failed at `.class /_ here is comment */ { `

bug

I have notice the error "Error calculating diff" on github desktop. why it happened and how to fix it?

Can someone confirm whether the following is a known limitation, or a bug? The comments are reflected in the output but placement is incorrect. The only comment that works correctly...

When using the calc method from CSS3, the less compiler changes my format. ``` height: calc(100% - 18px); ``` will become ``` height: calc(82%); ``` which is not what I...

when I used in my css file data uri for image, then compiling is not work example: .zrusifiltr{display:block;width:119px;height:31px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAAfCAYAAADdnlK9AAAIW0lEQVRo3u2bz6tlRxHHP1Xd9755M6PDTBzzw0RwnBAhRoaIOHHhRhFcKUEUgrpT1+70D1CXIqIrNy4ExbgLRsWFSkjQxKAEE9RJMkZJhsSJ4zzmvXfP6apy0.................") transparent no-repeat;}