vuejs / vetur

Vue tooling for VS Code.
https://vuejs.github.io/vetur/
MIT License
5.75k stars 593 forks source link

tailwindcss #3122

Open kouxin opened 3 years ago

kouxin commented 3 years ago

tailwindcss@apply rule in conflict with vetur,now i'm disable style validate and use stylelint;

yoyo930021 commented 3 years ago

I don't know what you are trying to say.

What change do you want in vetur?

gekkedev commented 3 years ago

I strongly believe it's about the @apply feature mentioned in the TailwindCSS documentation. It gets underlined in VSCode as it is unknown - can't tell right now if this is more of an issue with SASS though, will check tomorrow. If Vetur were to detect the presence of Tailwind, it could allow these rules to be used. Is that still in scope?

yoyo930021 commented 3 years ago

I strongly believe it's about the @apply feature mentioned in the TailwindCSS documentation. It gets underlined in VSCode as it is unknown - can't tell right now if this is more of an issue with SASS though, will check tomorrow. If Vetur were to detect the presence of Tailwind, it could allow these rules to be used. Is that still in scope?

Vetur isn't supporting Tailwind CSS. I'm welcome any PRs.