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): correctly handle data URIs with escaped quotes in stylesheets #23691

Merged
merged 1 commit into from
Aug 4, 2022

Commits on Aug 4, 2022

  1. fix(@angular-devkit/build-angular): correctly handle data URIs with e…

    …scaped quotes in stylesheets
    
    Previously, the RegExp didn't correctly handle cases where data URIs had escaped quotes like the below
    
    ```css
    url("data:image/svg+xml;charset=utf-8,<svg width=/"16/" height=/"15/"></svg>")
    ```
    
    Closes angular#23680
    alan-agius4 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    b20cc0e View commit details
    Browse the repository at this point in the history