Daniel Puckowski

Results 17 issues of 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...

area: core
area: compiler
core: stylesheets
detected: feature

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 |...

consider closing
needs decision

**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: ```...

size:M

**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...

size:L

**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...

size:M

**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...

high priority
size:M

**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;...

size:M

**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

**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