🐞 Bug report
Command (mark with an x)
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
import-bug2.zip
🐞 Bug report
Command (mark with an
x)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 inangular.jsonstyles section) is ignored in v12.2 but works as intended in v12.1:🔬 Minimal Reproduction
ng servein the demo project provided🌍 Your Environment
🐛 Bug demo
import-bug2.zip