lit-analyzer
lit-analyzer copied to clipboard
getting warning "no-invalid-css" when using select >, ~, + inside :has
Here is the code to test
css`
div:has(+ .test) {
display: flex
}
div:has(> .test) {
display: flex
}
div:has(~ .test) {
display: flex
}`
#315
@xd1gital in case you still need a fix, I added a workaround to #315