csstree / stylelint-validator

Stylelint plugin to validate CSS syntax
MIT License
93 stars 11 forks source link

Missing error on `appearance` property #12

Closed pkuczynski closed 2 years ago

pkuczynski commented 7 years ago

I the SCSS I was validating someone used appearance property, which according to different sources (MDN, Can I Use) always requires moz- or webkit prefix.

I believe this is a bug, which would need fixing?

I might try to provide a PR after your confirmation, that this is an issue.

lahmatiy commented 2 years ago

Most browsers are supported for non prefixed version of appearance. Closing since it not an error.