You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @Eptagone! Thank you very much for this one, it works like a charm <3 I will spread this to the Drupal community so that many frontenders won't need to waste their time because autocomplete doesn't work as expected 💪
What version of VS Code are you using?
1.96.2
What version of Tailwind CSS IntelliSense are you using?
0.12.17
What version of Tailwind CSS are you using?
3.0.23
What package manager are you using?
npm
What operating system are you using?
macOS
Describe your issue
When using Twig in Drupal there is a nice way to define attributes, also setting classes – https://www.drupal.org/docs/8/theming-drupal-8/using-attributes-in-templates
There are several ways possible:
One class
Multiple classes
Separated by comma
Separated by space
Now my question is how I could adjust the
tailwindCSS.experimental.classRegex
setting to have support for autocomplete.The text was updated successfully, but these errors were encountered: