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

fix(web-components): fix WICG issue importing styles #336

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

aralroca
Copy link
Collaborator

Related with #331

Fix this issue WICG/construct-stylesheets#119 (comment)

This happened when there were both the rules and the href, in this case you have to load the rules and not the @import, otherwise a warning came out and did not do it right:

Screenshot 2024-07-31 at 02 47 26

@aralroca aralroca requested a review from AlbertSabate July 31, 2024 00:48
@aralroca aralroca self-assigned this Jul 31, 2024
@aralroca aralroca merged commit aaf3442 into main Jul 31, 2024
0 of 2 checks passed
@aralroca aralroca deleted the aralroca/fix-styles branch July 31, 2024 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant