Refactor: migrate deprecated Sass @import to @use statements#1254
Merged
yeul merged 1 commit intopaypal:developfrom Jan 27, 2026
Merged
Refactor: migrate deprecated Sass @import to @use statements#1254yeul merged 1 commit intopaypal:developfrom
yeul merged 1 commit intopaypal:developfrom
Conversation
yeul
approved these changes
Jan 21, 2026
github-actions bot
pushed a commit
that referenced
this pull request
Jan 27, 2026
### [1.76.1](v1.76.0...v1.76.1) (2026-01-27) ### Bug Fixes * header component scss ([#1265](#1265)) ([61ea1b3](61ea1b3)) ### Code Refactoring * fetch new treatments on expiration ([#1262](#1262)) ([ff6ddbf](ff6ddbf)) * migrate deprecated Sass [@import](https://github.com/import) to [@use](https://github.com/use) statements ([#1254](#1254)) ([89adcf5](89adcf5)) * remove core-js-pure dependency ([#1253](#1253)) ([181a8b7](181a8b7)) * UK Pi3 Preapproval ModXO changes ([#1259](#1259)) ([95ed87c](95ed87c))
|
🎉 This PR is included in version 1.76.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Refactor: migrate deprecated Sass @import to @use statements
Used the sass migrator as following:
find . -name *.scss -exec sass-migrator module --migrate-deps {} ;
Screenshots
N/A
Testing instructions
npm test
Test Suites: 27 passed, 27 total
Tests: 2 skipped, 6 todo, 185 passed, 193 total
Snapshots: 6 passed, 6 total
Time: 2.927 s, estimated 3 s
Ran all test suites.