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
What version of Tailwind CSS IntelliSense are you using?
v0.8.7
What version of Tailwind CSS are you using?
v3.0.23
What package manager are you using?
yarn
What operating system are you using?
macOS
Describe your issue
I am trying to use md--w-full instead of md:w-full in my project. However, when setting a custom separator that begins with - the plugin stops suggesting class names. If the separator is set to _- everything works fine.
tailwind.config.js
module.exports={separator: '--'};
The text was updated successfully, but these errors were encountered:
What version of Tailwind CSS IntelliSense are you using?
v0.8.7
What version of Tailwind CSS are you using?
v3.0.23
What package manager are you using?
yarn
What operating system are you using?
macOS
Describe your issue
I am trying to use
md--w-full
instead ofmd:w-full
in my project. However, when setting a custom separator that begins with-
the plugin stops suggesting class names. If the separator is set to_-
everything works fine.tailwind.config.js
The text was updated successfully, but these errors were encountered: