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

CSS imports broken with Stencil >v1.10.0 #25

Open
alex-ketch opened this issue Apr 1, 2020 · 4 comments
Open

CSS imports broken with Stencil >v1.10.0 #25

alex-ketch opened this issue Apr 1, 2020 · 4 comments
Labels
Bug: Needs Validation Something isn't working

Comments

@alex-ketch
Copy link

Same issue as outlined in ionic-team/stencil#2292

Not familiar with the code but I imagine the fix is same as the ones @adamdbradley made to the stencil-sass package.


Screen Shot 2020-04-01 at 15 13 45

@PsySolix
Copy link

PsySolix commented Apr 8, 2020

Any progress on this? Having the same problem, even when adding --legacy.

 "@stencil/core": "^1.12.3",
    "@stencil/eslint-plugin": "^0.3.1",
    "@stencil/postcss": "^1.0.1",
    "@stencil/sass": "^1.3.1",

Only fix currently seems to reroll stencil core => 1.9.0

@elclanrs
Copy link

Ah, so this is the issue I hit when I was trying to reproduce the Tailwindcss instructions here tailwindlabs/tailwindcss-setup-examples#24

@alex-ketch
Copy link
Author

I noticed that when I removed the postcss-import plugin from my configuration, I got past the above errors. This seems counter-intuitive and should be documented if that's the intended usage.

This didn't solve my problems though as I then encountered broken builds due to the following issue ionic-team/stencil#2432.

@splitinfinities splitinfinities added the Bug: Needs Validation Something isn't working label Sep 27, 2021
@splitinfinities
Copy link
Contributor

Can you help my out by creating a reproduction repo with the latest versions of @stencil/core and @stencil/postcss?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: Needs Validation Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants