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

**What**: bumps make-dir from v2 to v5 **Why**: older versions of make-dir relied on a version of semver that had a vulnerability. make-dir v5 no longer has this dependency **Checklist**:...

size:XS

**What**: **Important**: this will require standardizing commit headers. See formatting notes here: https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular Update Less.js GitHub CI with the capability to automatically update CHANGELOG.md on certain master pushes/PR merges. Should...

size:M

### Discussed in https://github.com/less/less.js/discussions/4304 Originally posted by **uncenter** December 31, 2024 I have a mixin called `rgbify`, as seen below: ```less #rgbify(@color) { @rgb: red(@color), green(@color), blue(@color); } ``` It...

suggestion
bug
feature request

**What**: Contains fixes for a variety of syntax raised in https://github.com/less/less.js/issues/3622 **Why**: Existing less code was too rigid and expected ```)``` where a list of selectors was possible. **Checklist**: -...

size:L
lgtm

**What**: This PR contains a proposed solution for https://github.com/less/less.js/issues/3767 Variable values with periods were working in Less.js version ```3.0.4``` but no longer worked as of version ```3.5.0``` due to a...

size:M

**What**: * Fixes CSS custom property handling to address issue #4224 and issue #3777. * Added new CSS custom property tests. **Why**: Less.js was producing invalid CSS output for certain...

size:L

**What**: Fix : #3722 **Why**: Because phantomjs was depricated and can't be used more.. **Checklist**: - [x] Documentation - [x] Added/updated unit tests - [x] Code complete

size:S