Daniel Puckowski
Daniel Puckowski
I believe I have a solution in PR #56800 I will support PR change requests made by the Angular team and hopefully we can resolve this issue in a future...
I have a fix for this issue. I will submit a PR to resolve sometime later today (11/27/24).
Should be resolved via https://github.com/less/less.js/pull/4293 Less version 4.2.2
I was working on this issue in my fork and came up with a PR that passes tests: https://github.com/less/less.js/pull/4290
Should be resolved via https://github.com/less/less.js/pull/4290 Release v4.2.2
I submitted a PR #4290 The following Less ```css @num: 3; :nth-child(@{num}) { selector: interpolated; } a:is(.b, :is(.c)) { color: blue; } :is(:not(:has(>.foo)), :has(>.foo.bar)) { overflow: clip; } ``` becomes:...
I have a goal of contributing more to open source projects, so I would be happy to spend more time contributing to Less.js. I can help triage issues and I'd...
@matthew-dean I downloaded Less.js ```4.2.1``` from npm into a new project today to confirm there are no glaring issues. I am able to use ```lessc``` and the browser bundle to...
Closed https://github.com/less/less.js/pull/4311 in favor of this PR. This PR adopts the feedback provided for https://github.com/less/less.js/pull/4311 of not adding functions to the function registry while deferring the broader effort of unifying...
I'll prepare a patch release PR tomorrow.