Skip to content

Conversation

puckowski
Copy link
Contributor

What:

Regression caused by #4342

Why:

This Less:

@media print, (max-width: 992px) {
  div {
    color: red;
  }
}

throws an error but should be valid.

Checklist:

  • Documentation
  • Added/updated unit tests
  • Code complete

* Fixes less#4362 which is a regression introduced by an attempt to create improved and generalized function parsing. Set the no spacing flag for comma separated lists and add test.
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Aug 26, 2025
@matthew-dean matthew-dean merged commit 5ed7100 into less:master Aug 26, 2025
7 checks passed
@matthew-dean
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@media print throwing an error after upgrading from LESS 4.4.0 to 4.4.1
2 participants