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

fix: Tailwind Eslint Cashes in VS code #8

Open
tocosastalo opened this issue Aug 28, 2024 · 0 comments
Open

fix: Tailwind Eslint Cashes in VS code #8

tocosastalo opened this issue Aug 28, 2024 · 0 comments

Comments

@tocosastalo
Copy link
Contributor

Recent problems (VIN):

While formatting code to remove the warning for Tailwind CSS order, the code got weird:
grid-cols-${tablet} w-full grid to grid-cols- grid w-full${tablet}

Whole code:
className={grid-cols-${phone} md:grid-cols-${tablet} grid w-full lg:grid-cols-${desktop} gap-10}

After formatting:
className={grid-cols-${phone} md:grid-cols-${tablet} lg:grid-cols- grid w-full${desktop} gap-10}

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

No branches or pull requests

1 participant