Skip to content

Css OR does not work #2

@Lotafak

Description

@Lotafak

Hey there!

I was wondering if that's the expected behaviour of the package, but selectors like .header, .header-2 does not work properly. For my purpose, there's a pretty easy workaround, like i.e.

['.header', '.header-2'].some((sel) => querySelectorShadowDom.querySelectorAllDeep(sel))

but it makes things more complicated in the scenarios when I only want to pass a selector to already existing function.
The version of the package is 0.0.7

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions