Daniel Puckowski

Results 61 comments of Daniel Puckowski

Thank you for the bug report @janschoenherr I'll try to experiment this weekend and see if I can come up with a solution.

You'd have to define ```@a``` at least, but this Less ```css .foo(@a, @rest...) { .bar(@a, @rest...); } .bar(@a, @b: false) { div { color: @b; } } @a: 1; .foo(@a);...

@Krinkle Thank you for the PR. I think adding a test for https://github.com/less/less.js/pull/2485 is a good idea. I'll give some time for other maintainers to weigh in.

@matthew-dean @iChenLei Would either of you be able to peer review this PR so we can merge and release? Comment from the issue from ```hostep``` (see https://github.com/less/less.js/issues/4339): Looks good @puckowski!...

Thank you for the bug report. I will try to solve this issue this weekend.

I spent some time on this but did not come up with a fully working solution. I'll try to take another stab at it soon.

I think I figured out a solution in https://github.com/less/less.js/pull/4369 But there is one failing existing test. This Less: ```css .selector:not(&:hover) { test: global scope; } ``` according to the current...

Hello, thank you for reporting the issue. I took at stab and updating the page on the less-docs repository here: https://github.com/less/less-docs/pull/625

@matthew-dean I know we have a major test refactor pending but I hope you can review the general idea of this PR in your spare time since this bug is...

Closing in favor of https://github.com/less/less.js/pull/4389