Skip to content
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

Fix IsCalculationSafe.visitBinaryOperationExpression #2524

Merged
merged 1 commit into from
Feb 25, 2025
Merged

Conversation

nex3
Copy link
Contributor

@nex3 nex3 commented Feb 25, 2025

This was previously checking whether either operator was
calculation-safe, when in fact it should check that both are.

Closes #2523

[see sass/sass-spec#2047]

@nex3 nex3 requested a review from jathak February 25, 2025 00:43
This was previously checking whether *either* operator was
calculation-safe, when in fact it should check that *both* are.

Closes #2523
@nex3 nex3 merged commit 87ef19a into main Feb 25, 2025
39 checks passed
@nex3 nex3 deleted the is-calc-safe branch February 25, 2025 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why negative sign before a variable inside round function is a syntax error
2 participants