Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
DenysVuika opened this issue Mar 1, 2022 · 3 comments
Open

Comments

@DenysVuika
Copy link

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/flex-layout@13.0.0-beta.38

✖ 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

@juane1000
Copy link

I am also having this issue

@burnaDLX
Copy link

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

@CaerusKaru
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants