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

Sass url rebasing correctness improvements #27743

Merged
merged 2 commits into from
May 29, 2024

Conversation

clydin
Copy link
Member

@clydin clydin commented May 29, 2024

See individual commits.

clydin added 2 commits May 29, 2024 12:37
When rebasing URLs within Sass files, the `url` token will now
be more accurately detected by ensuring it is not part of a larger
token. This prevents custom Sass functions that happen to have a
name the ends with `url` from being incorrectly detected.
Remove escaping of the raw existing values present within a URL
when rebasing Sass files. These values are present in input code
and should retain their respective errors and behavior as written.
The escaping of the prefixed path is retained to prevent parsing errors
for the internally injected values.
@alan-agius4 alan-agius4 added the action: merge The PR is ready for merge by the caretaker label May 29, 2024
@alan-agius4 alan-agius4 merged commit 721d50b into angular:main May 29, 2024
32 checks passed
@clydin clydin deleted the sass/rebasing-correct branch May 29, 2024 19:39
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Jun 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release
Projects
None yet
2 participants