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

Properly handle Link tags in stylesheet mixed with style tag #4

Closed
ECorreia45 opened this issue Jan 1, 2022 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request feature request something requested by external user

Comments

@ECorreia45
Copy link
Contributor

This will throw an error:

class ExampleComponent extends WebComponent {
  stylesheet = `
        <link rel="stylesheet" href="./example.css">
        <style>:host {display: block;}</style>`;
}

It should allow stylesheet links to be mixed with style tags

@ECorreia45 ECorreia45 added enhancement New feature or request feature request something requested by external user labels Jan 1, 2022
@ECorreia45 ECorreia45 self-assigned this Jan 2, 2022
@ECorreia45
Copy link
Contributor Author

Addressed in version 1.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request something requested by external user
Projects
None yet
Development

No branches or pull requests

1 participant