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

Support :has() #20

Open
janfaracik opened this issue Jul 2, 2023 · 1 comment
Open

Support :has() #20

janfaracik opened this issue Jul 2, 2023 · 1 comment
Assignees

Comments

@janfaracik
Copy link

Working on a PR for Jenkins using :has() to style a parent element when its child is disabled https://github.com/jenkinsci/jenkins/blob/aa391585f2a883d7a1a74d2ac3f36740e47233ca/war/src/main/scss/form/search-bar.scss#L219.

This is resulting in a CSSParseException Error in pseudo class or element. (Invalid token ":". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, "-", "+", <DIMENSION>.).

It'd be great if :has() was supported - thanks :)

@rbri rbri self-assigned this Jul 3, 2023
@rbri
Copy link
Member

rbri commented Jul 3, 2023

Will be some work - have to find some time for this.

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

No branches or pull requests

2 participants