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 false positives for prefers-contrast in media-feature-name-no-unknown #5428

Merged
merged 2 commits into from Jul 28, 2021

Commits on Jul 27, 2021

  1. Added prefers-contrast media query

    This is a new media query added to CSS Media Queries Level 5 to utilize the contrast preference operating systems provide.
    
    Closes stylelint#5427
    danrichman committed Jul 27, 2021
    Copy the full SHA
    02f45bb View commit details
    Browse the repository at this point in the history
  2. Update lib/reference/keywordSets.js

    Co-authored-by: Richard Hallows <jeddy3@users.noreply.github.com>
    danrichman and jeddy3 committed Jul 27, 2021
    Copy the full SHA
    196a273 View commit details
    Browse the repository at this point in the history