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
With this setting: "headwind.prependCustomClasses": true, the VSCode command Sort Tailwind CSS Classes on Entire Workspace does not respect the "prepend" setting. Instead, custom classes are sorted to the end of the CSS class list.
To Reproduce
Add this setting:
"headwind.prependCustomClasses": true
In any project with custom classes, open an HBS file with a mix of CSS classes, both custom and non-custom, and run the Sort Tailwind CSS Classes command. The CSS classes sort correctly, with the custom classes in the front.
Now run Sort Tailwind CSS Classes on Entire Workspace. The CSS classes are no longer sorted correctly.
Expected behavior
The results of the two commands should be the same, and the prependCustomClasses config option should be respected.
Desktop (please complete the following information):
OS: macOS 14.4.1 (23E224)
Version 1.7.0
The text was updated successfully, but these errors were encountered:
Describe the bug
With this setting:
"headwind.prependCustomClasses": true
, the VSCode commandSort Tailwind CSS Classes on Entire Workspace
does not respect the "prepend" setting. Instead, custom classes are sorted to the end of the CSS class list.To Reproduce
Add this setting:
In any project with custom classes, open an HBS file with a mix of CSS classes, both custom and non-custom, and run the
Sort Tailwind CSS Classes
command. The CSS classes sort correctly, with the custom classes in the front.Now run
Sort Tailwind CSS Classes on Entire Workspace
. The CSS classes are no longer sorted correctly.Expected behavior
The results of the two commands should be the same, and the
prependCustomClasses
config option should be respected.Desktop (please complete the following information):
macOS 14.4.1 (23E224)
1.7.0
The text was updated successfully, but these errors were encountered: