Skip to content

Conversation

@AlexVelezLl
Copy link
Member

Summary

After the migration from less to scss, we were missing the scss vars interpoletion when we use scss variables inside css functions. This PR corrects it in all places I've found that scss variables were used.

Before After
image image
image image
image image

References

Closes #4988.

Reviewer guidance

  • Look that there are not more unprocessed scss variables out there.
  • Double check that all scss variables have been interpolated correctly when needed

@AlexVelezLl AlexVelezLl changed the title Interpolate scss variables in calc function Interpolate scss variables in calc functions Apr 8, 2025
@AlexVelezLl AlexVelezLl requested review from akolson and bjester April 8, 2025 17:11
Copy link
Member

@akolson akolson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look correct to me! Thanks @AlexVelezLl

@akolson akolson merged commit 945c6be into learningequality:unstable Apr 10, 2025
14 checks passed
@AlexVelezLl AlexVelezLl deleted the fix-un-interpolated-scss-vars branch April 10, 2025 14:47
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.

Unprocessed SASS causing visual regressions

2 participants