CSS Completion its not working in PHP Files, but working as well in HTML. im working on a wordpress project with tailwind, is there additional config needed?
Does tailwind completion work in HTML/CSS in the same project? Could you share a sample app the issue can be reproduced with? also, what IDE version is it?
what does your PHP file look like? Please share screenshots illustrating the issue
here is an example php file, there is an html code inside of the php code
Works for me with similar PHP
Does tailwind completion work in HTML/CSS in the same project? Could you share a sample app the issue can be reproduced with? also, what IDE version is it?
please try upgrading to 2021.3.2 (or later), it includes some important fixes (like Tailwind 3.* support)
Thanks, after update phpstorm to the latest version it works.