Stencil: --next does not import ionic css

Created on 23 Mar 2020  路  3Comments  路  Source: ionic-team/stencil

Stencil version:

 @stencil/[email protected]

I'm submitting a:
[x] bug report

Current behavior:
When upgrading Stencil to a version that uses the --next compiler the ionic css no longer loads. I am just using Stencil and Ionic (not React or Angular)

// my.scss
@import '~@ionic/core/css/core.css';

When I run the app I get the following error:

GET http://localhost:3333/~@ionic/core/css/core.css net::ERR_ABORTED 404 (Not Found)

This causes the UI to lose font, colors, etc.

triage

Most helpful comment

We are working on it!

All 3 comments

Looks like the issue I opened this weekend too, therefore here the reference: https://github.com/ionic-team/stencil/issues/2292

We are working on it!

This appears to be working now. Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

elmariofredo picture elmariofredo  路  3Comments

MrMcGibblets picture MrMcGibblets  路  3Comments

cjorasch picture cjorasch  路  3Comments

kensodemann picture kensodemann  路  3Comments

mitchellsimoens picture mitchellsimoens  路  3Comments