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

fix(@angular-devkit/build-angular): use url function lexer to rebase Sass URLs #24285

Merged
merged 1 commit into from
Nov 23, 2022

Commits on Nov 21, 2022

  1. fix(@angular-devkit/build-angular): use url function lexer to rebase …

    …Sass URLs
    
    When rebasing URLs found within Sass files (sass/scss), the previous regular expression
    based searching has been replaced with a lexer that scans the Sass files for CSS url()
    functions and extracts URL values. This change allows for more accurate discovery of
    URLs as well as reducing the amount of content traversals per file. The lexer logic
    is based on CSS Syntax Module Level 3 (https://www.w3.org/TR/css-syntax-3/).
    clydin committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    68b5944 View commit details
    Browse the repository at this point in the history