We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Trying to sort classes in a .css/.pcss file does not work with VSCode using "PostCSS" for the file.
.css
.pcss
To Reproduce Steps to reproduce the behavior:
"headwind.classRegex": { "css": "\\B@apply\\s+([_a-zA-Z0-9\\s\\-\\:\\/]+);", "postcss": "\\B@apply\\s+([_a-zA-Z0-9\\s\\-\\:\\/]+);" }
styles.css
.button { @apply hover:bg-blue-800 text-white bg-blue-700; }
>Headwind: Sort Tailwind CSS Classes
Expected behavior I expect that PostCSS language should be supported by headwind and classes should be sorted with @apply.
@apply
Screenshots N/A
Desktop (please complete the following information):
v1.7.0
Additional context N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Trying to sort classes in a
.css
/.pcss
file does not work with VSCode using "PostCSS" for the file.To Reproduce
Steps to reproduce the behavior:
styles.css
and add the following:>Headwind: Sort Tailwind CSS Classes
Expected behavior
I expect that PostCSS language should be supported by headwind and classes should be sorted with
@apply
.Screenshots
N/A
Desktop (please complete the following information):
v1.7.0
Additional context
N/A
The text was updated successfully, but these errors were encountered: