less.js icon indicating copy to clipboard operation
less.js copied to clipboard

Less. The dynamic stylesheet language.

Results 187 less.js issues
Sort by recently updated
recently updated
newest added

A new range syntax introduced in [Media Queries Level 4](https://www.w3.org/TR/mediaqueries-4/#width). The syntax allow query expresses, includes range express. But i got an error when using the syntax. **To reproduce:** ```less...

bug

Strings returned from embedded JavaScript are handled differently when they are inside lists and out of them. - Escaped js removes quotes from returned strings whether they are inside the...

bug
low priority
needs decision

**What**: Add `v4.1.3` CHANGELOG, fix https://github.com/less/less.js/pull/3722#issuecomment-1150558235 **Why**: Keep latest CHANGELOG.md for all `Less` user arround the world. **How**: Modify `CHANGELOG.md` content **Checklist**: - [x] Documentation - [ ] Added/updated unit...

I'm Writing a ThemeColor Plugin, use Visitor. In fn:visitColor , `node.parent` sometimes is null (`box-shadow:0 0 0 1px #999 inset`). I can't find the parent Declaration Node of Color Node....

medium priority
good first issue

**To reproduce:** ``` @import "test.less"; console.log("script resumed at main page"); test ``` // less code here test.css ``` body { background-color: red; } ``` **Current behavior:** Chrome version > 101...

bug

**What**: fix: #3383 **Checklist**: - [ ] Documentation - [x] Added/updated unit tests - [x] Code complete

**What**: fix: #3314 **Why**: Use `% ()` to format less node is missing parameters. eg: `%("%d", hsla(90, 100%, 50%, 0.5));` will output `"hsla(89.99999999999999, 100%, 50%, 0.5)"` **How**: Add parameter `toCSSOptions`...

**What**: fix https://github.com/less/less.js/issues/3407 **Why**: If a namespace has a guard, mixins defined by it are used only if the guard condition returns true.The behavior of the variables should also be...

Overwrite declaration in import file. **What**: fix #3563 **Checklist**: - [ ] Documentation - [x] Added/updated unit tests - [x] Code complete

**What**: get correct `this` **Why**: this === undefined https://github.com/less/less.js/blob/1eafc06db4ed062761ce6ca65044204cf32308a1/packages/less/src/less/functions/number.js#L54 ![image](https://user-images.githubusercontent.com/87313750/165061185-f3f66244-2f0d-42f2-b410-53d00caecefc.png) **How**: **Checklist**: - [ ] Documentation N/A - [ ] Added/updated unit tests N/A - [x] Code complete