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

basis-* is invalid class #324

Closed bfourgeaud closed 2 years ago

bfourgeaud commented 2 years ago

The windicss class **basis-*** is not detected as a valid windicss class by intellisense. The classes work as expected, but are marked as error in my stylesheet.

.emailInfo { @apply basis-full tablet:(basis-1); }

I use .scss file.

lowgos commented 2 years ago

Hello guys, I've got the same problem.

I'm using Vue 3, the style tag is a scss lang scoped tag.

I checked that I didn't write any windi configuration that should overwrite this rule, even more the rule works: it's just a false error.

my vue style tag

the error i got

alexanderniebuhr commented 2 years ago

is it fixed with the newest pre-release version 0.23.4?

bfourgeaud commented 2 years ago

Yes I just upgraded to the pre-release and it seems to be fixed ! Thanks