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

Add new CSS color functions #305

Open GauravB159 opened 1 year ago

GauravB159 commented 1 year ago

Adding this reference issue for microsoft/vscode#165207 to send a pull request against.

I am mostly done with creating the lab() function, planning to work on lch() next. I can post my progress comment from the main repo issue here if required.

GauravB159 commented 1 year ago

@aeschli Could you possible review this? If it's fine, I'll implement oklab() and oklch() as well in the same way, shouldn't take long.

aeschli commented 1 year ago

@GauravB159 I will, as soon as I find time. Sorry for the wait...

GauravB159 commented 1 year ago

Sure, no worries. Sorry for the unnecessary ping!