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

[bug][stylelint]: respect color notation #74

Open
bennypowers opened this issue Feb 17, 2023 · 0 comments
Open

[bug][stylelint]: respect color notation #74

bennypowers opened this issue Feb 17, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@bennypowers
Copy link
Member

Given an error in color function value, the autofix rule will print css with commas. if the user has enabled color-function-notation: modern, this will fail, even though the values are equivalent

the rule should parse both legacy and modern color function notations and check for equivalency, rather than strict equality.

@bennypowers bennypowers added the bug Something isn't working label Feb 17, 2023
@bennypowers bennypowers self-assigned this Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant