CSS inlining bug when using an @import statement with a url that contains a semi-colon #21721
Labels
area: @angular-devkit/build-angular
devkit/build-angular:browser
needs: investigation
Requires some digging to determine if action is needed
Milestone
Which @angular/* package(s) are the source of the bug?
compiler-cli
Is this a regression?
Yes
Description
writing
will result in the following html (in the <style> tag of the ):
If you read closely, the url defined in the scss was cut at the first occurence of the ';' character, hence nor the quote nor the parenthese is closed.
The consequence of this is that the entirety of what was supposed to be the inlined styles is not parsed by the browser.
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in
Anything else?
Keep being awesome, you've made a hell of a good job!
The text was updated successfully, but these errors were encountered: