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
see that p-2 and border-secondary classes are not on their expected place like they are some unknown classes
Describe your issue
In our project we're on a way of slow migration from the old messy design system (set in the main tailwind config) to the new shinny one (set in another config). While tailwind itself recognizes both configs and there corresponding content files properly and all the colors and other values are correct in the browser, the prettier-plugin-tailwindcss lib struggles here and doesn't recognize classes from the second config within expected folders (new-design/* and ui-kit/*) which is why the sorting result is wrong.
What version of
prettier-plugin-tailwindcss
are you using?v0.6.9
What version of Tailwind CSS are you using?
v3.4.16
What version of Node.js are you using?
v20.18.1
What package manager are you using?
npm
What operating system are you using?
macOS 15.1.1 (24B91)
Reproduction URL
https://github.com/artaommahe/tailwind-intellisense-multiple-configs
Button
component in vscodep-2
andborder-secondary
classes are not on their expected place like they are some unknown classesDescribe your issue
In our project we're on a way of slow migration from the old messy design system (set in the main tailwind config) to the new shinny one (set in another config). While tailwind itself recognizes both configs and there corresponding content files properly and all the colors and other values are correct in the browser, the
prettier-plugin-tailwindcss
lib struggles here and doesn't recognize classes from the second config within expected folders (new-design/*
andui-kit/*
) which is why the sorting result is wrong.Similar issue with
tailwindcss-intellisense
vscode extension tailwindlabs/tailwindcss-intellisense#1108The text was updated successfully, but these errors were encountered: