Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve :where supports check (#65)
Newer Firefox's have :where support but the specific check used returns false. Changing the check to be `CSS.supports('selector(:where(div))')` makes it return `true` in Firefox and makes the polyfill work there without needing the :where fallback. Fixes #64
- Loading branch information