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 css-in-js in color-no-hex #5186

Merged
merged 2 commits into from Mar 8, 2021

Commits on Mar 6, 2021

  1. Use postcss-value-parser for color-no-hex rule

    `style-search` returns false positives when used with `css-in-js` object
    notation. This change continues with the discussion in stylelint#4826 and moves
    another test away from using `style-search`.
    Dru89 committed Mar 6, 2021
    Copy the full SHA
    8efbef9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    97534f3 View commit details
    Browse the repository at this point in the history