You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The style.css in package foo should be resolved and loaded. Or any other ways can properly resovle CSS imports to a package specifier like <package-name>/<filepath> would be fine.
Your use case may just not be considered when this was developed. I will ingest this into the backlog. Please note that the current Stencil team has its own priorities and can't guarantee to look into this soon. Therefor we would appreciate any contributions that can help to resolve this bug.
Prerequisites
Stencil Version
4.21.0
Current Behavior
Reproduction: https://github.com/Jinjiang/reproductions/tree/try-stencil-20240904
The 2nd CSS import pointing to
foo/style.css
isn't properly resolved. The output is:Expected Behavior
The style.css in package
foo
should be resolved and loaded. Or any other ways can properly resovle CSS imports to a package specifier like<package-name>/<filepath>
would be fine.System Info
Steps to Reproduce
https://github.com/Jinjiang/reproductions/tree/try-stencil-20240904
How to reproduce:
The
@import '~@foo/style.css'
is not resolved correctly.Code Reproduction URL
https://github.com/Jinjiang/reproductions/tree/try-stencil-20240904
Additional Information
No response
The text was updated successfully, but these errors were encountered: