-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At-rule declarations may go missing are or incorrectly merged under certain nesting conditions #4301
Labels
Comments
I believe I have a fix for this issue, I will try to prepare a PR to this repo by Friday 12/20/24. I need a little more time to test. |
puckowski
added a commit
to puckowski/less.js
that referenced
this issue
Dec 19, 2024
* Fixes issue less#4301. At-rule declarations may go missing or are incorrectly merged under certain nesting conditions. * Added more ```@container``` tests.
3 tasks
PR #4302 should resolve this issue. |
matthew-dean
pushed a commit
that referenced
this issue
Jan 2, 2025
* Fixes issue #4301. At-rule declarations may go missing or are incorrectly merged under certain nesting conditions. * Added more ```@container``` tests.
puckowski
added a commit
to puckowski/less.js
that referenced
this issue
Jan 17, 2025
* Fixes issue less#4301. At-rule declarations may go missing or are incorrectly merged under certain nesting conditions. * Added more ```@container``` tests.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jpattishall-ebay raised an issue in #4267 (comment) where they noted
@media
and@container
are not properly nesting in some cases.Currently I see in 4.2.1 Playground I see this:
results in:
But I see 4.1.3 produced the expected output:
The text was updated successfully, but these errors were encountered: