liuderchi / ide-css

:atom: Atom-IDE for CSS, LESS and SCSS language
https://atom.io/packages/ide-css
16 stars 1 forks source link

Unknown property: 'appearance' in Diagnostics view #28

Open richiksc opened 6 years ago

richiksc commented 6 years ago

The property 'appearance' is not recognized by the CSS language server in the Diagnostics view. There is an alert next to the line where the property appearance is declared and a message shows up in Diagnostics:

image

However, the vendor prefixed versions are recognized and no error is thrown. Most developers like to include the unprefixed version as well, despite it being not used by any browsers, for future proofing and adherence to CSS standards and specifications.