Skip to content

Interpolate scss variables in calc functions#4994

Merged
akolson merged 1 commit intolearningequality:unstablefrom
AlexVelezLl:fix-un-interpolated-scss-vars
Apr 10, 2025
Merged

Interpolate scss variables in calc functions#4994
akolson merged 1 commit intolearningequality:unstablefrom
AlexVelezLl:fix-un-interpolated-scss-vars

Conversation

@AlexVelezLl
Copy link
Copy Markdown
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

Loading
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