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: prevent Prettier formatting CSS files adding spaces after a single colon #259

Merged
merged 1 commit into from
Dec 17, 2023

Conversation

AdityaSetyadi
Copy link
Contributor

When editing the globals.css file, Prettier automatically formats the code from md:text-5xl to md: text-5xl, adding a space after a single colon. This behavior is not desired.

Copy link

vercel bot commented Dec 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
ts-nextjs-tailwind-starter ✅ Ready (Inspect) Visit Preview Dec 17, 2023 0:13am

…ingle colons

When editing the global.css file, Prettier automatically formats the code from `md:text-5xl` to `md: text-5xl`, adding a space after a single colon. This behavior is not desired.
@theodorusclarence theodorusclarence merged commit e79de32 into theodorusclarence:main Dec 17, 2023
2 checks passed
@theodorusclarence
Copy link
Owner

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants