microsoft / vscode-css-languageservice

CSS, LESS & SCSS language service extracted from VSCode to be reused, e.g in the Monaco editor.
MIT License
317 stars 176 forks source link

Fix check for non-hex values #315

Closed GauravB159 closed 1 year ago

GauravB159 commented 1 year ago

Partial fix for microsoft/vscode#166197 (#314) in conjunction with microsoft/vscode#166220

Added the condition to check for CSS color functions and moved the function to a more appropriate file for future changes. In case any functions are added, it will be easy to modify this function as well.

aeschli commented 1 year ago

Implemented by https://github.com/microsoft/vscode-css-languageservice/pull/346