Skip to content
New issue

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

Feature request: remove unnecessary spaces from class list #44

Closed
snax4a opened this issue Feb 7, 2022 · 1 comment
Closed

Feature request: remove unnecessary spaces from class list #44

snax4a opened this issue Feb 7, 2022 · 1 comment

Comments

@snax4a
Copy link

snax4a commented Feb 7, 2022

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" />
@bradlc
Copy link
Contributor

bradlc commented Feb 7, 2022

Duplicate of tailwindlabs/tailwindcss#7559

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants