Daniel Puckowski
Daniel Puckowski
This pull request makes sure selectors inside @scope queries are correctly scoped. ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows...
correctly parse all entities in a comma separated list such that all URLs are rewritten correctly Resolves: https://github.com/less/less.js/issues/4211 Given: ``` root ├─index.html ├─asset | ├─rabbit | | ├─hello.jpg ├─style |...
**What**: Add missing color operand support to resolve issue #4343. Currently the following Less: ```css background: oklch(from #0000FF calc(l + 0.1) c h); ``` results in the following error: ```...
**What**: Update files for Release/v4.4.0. Performed steps from comment on https://github.com/less/less.js/pull/4237: - Create a branch from master release/v4.4.0 - Bump the Less version. (Unfortunately, this is still clunky, it's changed...
**What**: Add Less.js support for container queries to style descendants of containers based on their scroll state. This PR also aims to improve function handling for ```@media``` and ```@container``` without...
**What**: Fix for issue #4331 The ```and``` keyword was being treated as a function call starting Less ```4.2.1``` which introduced selector generation problems. **Why**: The following Less: ```css @media screen...
**What**: PR contains a fix for issue #4313 selector list not expanding with & symbol. **Why**: In Less.js version 4.2.2, this Less: ```css .broken { &:not(&--a, &--b):hover { background-color: green;...
**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...
**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**: -...
**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...