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 negatives for css-in-js object notation in color-hex-length #5106

Merged
merged 2 commits into from Jan 19, 2021

Commits on Jan 12, 2021

  1. Use postcss-value-parser for color-hex-length

    `style-search` returns false positives when used with `css-in-js` object
    notation. Continuing on the change made in stylelint#5101, this updates
    `color-hex-length` to switch to using `postcss-value-parser`.
    
    Unit tests have also been added to check the `css-in-js` syntax for this
    rule.
    Dru89 committed Jan 12, 2021
    Copy the full SHA
    3b40b7e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Remove unnecessary return

    Dru89 committed Jan 18, 2021
    Copy the full SHA
    5a2a787 View commit details
    Browse the repository at this point in the history