less-docs icon indicating copy to clipboard operation
less-docs copied to clipboard

Documentation for Less.

Results 84 less-docs issues
Sort by recently updated
recently updated
newest added

We know that the translation of Chinese documents of Less has fallen behind, and we have plans to move forward and align to the latest version of less. At present,...

[Functions docs](http://lesscss.org/functions/#functions-overview) for example. ![chrome_2018-10-04_17-13-37](https://user-images.githubusercontent.com/9938439/46487874-ffaaca80-c7f8-11e8-82cb-dce9069533ad.png)

`rgba()` can do a lot more than what is documented, which I only just today discovered when, out of curiosity, I tested whether it could convert RGBA hex notation to...

@incompatible-units: 2 + 5px - 3cm; // result is 4px The docs state that the result is 4 px ( 2 + 5 = 7px minus cm ignored gives (7px...

**Issue:** Permutation of 4 is 24, not 16. **Document link:** https://github.com/less/less-docs/blob/484055f839c15aba1ec660fc1e068984c3dccef6/content/features/parent-selectors.md **Document lines:** & can also be used to generate every possible permutation of selectors in a comma separated list:...

docs

The phrase "lazy loading" in Less's documentation has been bugging me. The Wikipedia entry for lazy loading says: "Lazy loading is a design pattern commonly used in computer programming to...

### Selector Interpolation with Extend ``` @variable: .bucket; @{variable} { // interpolated selector color: blue; } .some-class:extend(.bucket) {} ``` will output ``` .bucket, .some-class { color: blue; } ``` It's...

I don't know if I am just too stupid or the configuration system is buggy or a super secret special setting is unknown, but I got this error-message or "warning"...

After testing several ways on how to dynamically iterate over a set of properties, I've finally managed to get something practical for my needs. If such an example were in...

Hello, I have a use case where upon compiling a random generated number would be awesome. Use case is to bypass browser's asset caching. It would be awesome if I...