Closed
Description
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
<div{{ attributes.addClass('another-class') }}>
Multiple classes
Separated by comma
<div{{ attributes.addClass('another-class', 'another-one', 'foo') }}>
Separated by space
<div{{ attributes.addClass('another-class another-one foo') }}>
Now my question is how I could adjust the tailwindCSS.experimental.classRegex
setting to have support for autocomplete.
Metadata
Metadata
Assignees
Labels
No labels