-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
area: @angular-devkit/build-angulardevkit/build-angular:browserfreq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyseverity5: regressionstate: blocked on upstreamtype: bug/fix
Milestone
Description
🐞 Bug report
Command (mark with an x
)
- build
- serve
Is this a regression?
Yes, the previous version in which this bug was not present was: 12.1
Description
I have attached a simple demo app which reproduces the issue. Basically following font import in foo-bar.css
(included in angular.json
styles section) is ignored in v12.2 but works as intended in v12.1:
@import 'https://fonts.googleapis.com/css2?family=Manrope:wght@500;800&display=swap';
🔬 Minimal Reproduction
- Install dependencies and run
ng serve
in the demo project provided
🌍 Your Environment
@angular/cli 12.2.3
@angular-devkit/architect 0.1202.3
@angular-devkit/core 12.2.3
@angular-devkit/schematics 12.2.3
@schematics/angular 12.2.3
🐛 Bug demo
Metadata
Metadata
Assignees
Labels
area: @angular-devkit/build-angulardevkit/build-angular:browserfreq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyseverity5: regressionstate: blocked on upstreamtype: bug/fix