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

Attributify with vite-plugin-icons #175

Closed sainf closed 3 years ago

sainf commented 3 years ago

There are some TS warnings when using the the the "vite-plugin-icons".

Attributify is fantastic, it improve by far the speed on reading the code!

image

alexanderniebuhr commented 3 years ago

is this warning coming from windicss extension?

sainf commented 3 years ago

You are right, this info is from TS. Probably a vue/ts issue.

The vite-plugin-icon generates and "FunctionalComponent<SVGAttributes, {}>" and the Autocomplete in Classes and Attributify mode work's fine.

Sorry for the inconvenience