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
Hi,
I was using Headwind vscode plugin before (https://marketplace.visualstudio.com/items?itemName=heybourn.headwind) and this plugin was also removing unnecessary characters from class list like spaces and new lines.
It would be really useful if this plugin would do the same:
Expected behaviour:
<div className="mb-2 flex flex-col p-2 text-3xl font-medium text-slate-700 shadow " />
This should be changed to:
<div className="mb-2 flex flex-col p-2 text-3xl font-medium text-slate-700 shadow" />
The text was updated successfully, but these errors were encountered:
Duplicate of tailwindlabs/tailwindcss#7559
Sorry, something went wrong.
No branches or pull requests
Hi,
I was using Headwind vscode plugin before (https://marketplace.visualstudio.com/items?itemName=heybourn.headwind) and this plugin was also removing unnecessary characters from class list like spaces and new lines.
It would be really useful if this plugin would do the same:
Expected behaviour:
This should be changed to:
The text was updated successfully, but these errors were encountered: