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

How to create sort of objective oriented libraries by combining return variables and mixin sees caller thing. (issue is still under discussion) https://github.com/less/less.js/issues/2767#issuecomment-170697168

It's quite annoying to be required to scroll through the whole document for finding information about a topic. As a reference document, the LESS documentation (_Language Features_ and _Function Reference_)...

Fakt (http://fakt.ca/) is willing to donate a beautiful design for the less site, which they made for fun, you can get a peak here: http://dribbble.com/shots/1399402-Less-Redesign I think it looks great;...

design

I’ve just created a command line tool called **[less-index](https://github.com/studio-b12/less-index)**. I see there is a section about plugins in the docs. Would there also be place for a tool like this...

request
docs

There’s nothing mentioned in the [overview](https://github.com/less/less-docs/blob/109c395e3b922921c5bbe1cd3130de0ab6a0a62b/content/features/variables.md#overview) or [Variable Names](https://github.com/less/less-docs/blob/109c395e3b922921c5bbe1cd3130de0ab6a0a62b/content/features/variables.md#variable-names).

Reading through https://github.com/less/less-docs/blob/master/content/usage/plugins.md it seems that the section for [plugin authors](https://github.com/less/less-docs/blob/master/content/usage/plugins.md#for-plugin-authors) is missing a link to the API for "the less object v2" so that plugin authors can look at...

see https://github.com/less/less.js/issues/2562

It is nicely explained here https://github.com/less/less.js/issues/2072#issuecomment-91922663

Mixins returned within one call do not see each others return values. This: ``` @returned: global; .mixin() {@returned: returned1;} .mixin() {returned: @returned;} .mixin() {@returned: returned2;} div-1 { .mixin(); } ```...

Hi all, Since Less now supports plugins, I think it would be sweet if we have an "official (recommended) plugin registry/list". (We kind of have one in current docs but...