windicss / windicss-intellisense

Intelligent WindiCSS tooling for VS Code
https://marketplace.visualstudio.com/items?itemName=voorjaar.windicss-intellisense
MIT License
194 stars 16 forks source link

the color space zinc/slate/neutral not supported #353

Open leosin opened 2 years ago

leosin commented 2 years ago

the color space zinc/slate/neutral not supported

image

image

robinscholz commented 2 years ago

can confirm

rylanharper commented 1 year ago

Any update on this? 🎨

Tanimodori commented 1 year ago

stone is also unsupported.

Tanimodori commented 1 year ago

The cause of this issue is that this extension import color from an outdated windicss verion 3.0.9

https://github.com/windicss/windicss-intellisense/blob/c0e057e4ac21b4f71cd0f7c7be006d6492cca5ea/package.json#L288

And zinc/slate/neutral/stone is imported in v3.5.1

https://github.com/windicss/windicss/releases/tag/v3.5.1

So those colors won't be recognized as valid colors.

alexanderniebuhr commented 1 year ago

Feel free to submit a PR.