mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
bc8cfa2552
In Css, selectors with escaped characters require a space after if the following character is a hex character. ie: .\fc ber which matches class="über" These escaped selectors happen for example when esbuild run with `optimization.minify` fixes #48524 PR Close #48558