flex-layout icon indicating copy to clipboard operation
flex-layout copied to clipboard

Can't find stylesheet to import error for @angular/flex-layout/mq

Open DenysVuika opened this issue 2 years ago • 3 comments

Bug Report

What is the expected behavior?

Library should compile without errors

What is the current behavior?

Angular 13 library fails to compile with @angular/[email protected]

✖ Compiling with Angular sources in Ivy full compilation mode.
Can't find stylesheet to import.

 @import '@angular/flex-layout/mq';

What are the steps to reproduce?

Providing a StackBlitz (or similar) is the best way to get the team to see your issue.

What is the use-case or motivation for changing an existing behavior?

Which versions of Angular, Material, OS, TypeScript, browsers are affected?

Is there anything else we should know?

Project compiles fine with 12.x version of the flex-layout

DenysVuika avatar Mar 01 '22 15:03 DenysVuika

I am also having this issue

juane1000 avatar Mar 25 '22 03:03 juane1000

I changed the path from @angular/flex-layout/mq to node_modules/@angular/flex-layout/core/sass/layout-bp and it seems to work.

burnaDLX avatar Mar 29 '22 14:03 burnaDLX

Can someone provide a minimal reproduction of the issue? If possible, I'd like to include a fix for this in the v14 release.

CaerusKaru avatar Jun 16 '22 02:06 CaerusKaru