Conversation
Closed
Contributor
|
Netlify Draft Deployment |
Contributor
Hydration Benchmark Report (vs Baseline)✅ Top 5 Improvements (Best Speedups)
🔻 Flop 5 Regressions (Worst Slowdowns)
📋 Show all results
|
af5ff86 to
3dc89b0
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request renames the rem() function to to-rem() across the entire codebase to improve naming clarity and consistency. The change affects both the function definition and all its usages throughout the Sass files.
- Updates function name from
rem()toto-rem()for better semantic clarity - Updates all import statements to reference the new function file path
- Replaces all function calls from
rem()toto-rem()throughout the codebase
Reviewed Changes
Copilot reviewed 135 out of 135 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/themes/*/src/functions/to-rem.scss | Renamed function definition from rem() to to-rem() |
| packages/themes//src/mixins/.scss | Updated imports and function calls to use to-rem() |
| packages/themes//src/components/.scss | Updated imports and function calls to use to-rem() |
| packages/themes/*/src/global.scss | Updated imports and function calls to use to-rem() |
| packages/components/src/components/**/*.scss | Updated imports and function calls to use to-rem() |
| packages/samples/react/src/**/*.scss | Updated imports and function calls to use to-rem() |
laske185
approved these changes
Jul 22, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.