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

fix: improve :where supports check #65

Merged
merged 1 commit into from
Nov 3, 2022

Commits on Oct 25, 2022

  1. fix: improve :where supports check

    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 GoogleChromeLabs#64
    gkatsev committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    c235969 View commit details
    Browse the repository at this point in the history