-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular/build): improve Sass rebaser ident token detection
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. (cherry picked from commit f17b78d)
- Loading branch information
1 parent
a6a3c6e
commit 346df49
Showing
2 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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