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

Error due to removed space between brackets and parenthesis #1

Open
Fxxxlei opened this issue Nov 26, 2022 · 2 comments
Open

Error due to removed space between brackets and parenthesis #1

Fxxxlei opened this issue Nov 26, 2022 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Fxxxlei
Copy link

Fxxxlei commented Nov 26, 2022

In the following selector

:host(:hover) [part="label"]

which is equivalent to

:host(:hover) *[part="label"]

the space is removed during minification, which makes it a different selector and breaks the code.

@notlmn
Copy link
Owner

notlmn commented Nov 26, 2022

Feel free to send a PR to fix the issue :)

@notlmn notlmn added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Nov 26, 2022
@Kd-Here
Copy link

Kd-Here commented Dec 9, 2022

Can i help with that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants