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

feat: support for postcss files #272

Closed 1wkk closed 3 years ago

1wkk commented 3 years ago

Today when I write my project, I found I can't get suggestions in css file, but I remember that it was fixed before, finally I found VS Code detect my css file as postcss file automatically,I even don't know how it happened, so I think it looks like VS Code extension works: give priority to identifying what it thinks is the type, it is necessary to add this feature.