-
Notifications
You must be signed in to change notification settings - Fork 0
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
nextjs tailwind setup, first pass at navbar #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking really great so far! Congrats to getting through the set up using two completely new frameworks you're learning (NextJS and Tailwind)! 🎉
Can't wait to see this project take off!
Oh I used |
Sometimes it's okay to do that, but it's important to see if the error has any merit to it first. According to the error, it looks like the version of the ESLint Prettier plugin you installed expects Prettier to have a version of at least 3.0.0, but you specifically installed version 2.8.8, following this Medium article. The article recommended downgrading Prettier to 2.8.8 to avoid conflicting with Tailwind's sorting plugin, but it looks like that may no longer an issue. Can you try running Update: I tried it on my end, and it's working! I actually only needed to run |
@HaNguyenB I got that error at first too. Try removing |
Yes it worked fine now! Thank you! How does it work on your end too? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's my feedback on your second commit! Great work!
One additional note I have is that you may want to consider improving the contrast of the colors you used for your text and background. For accessibility reasons, it's important to have good contrast so that text is easy for everyone to read. You can use this official contrast checker tool if you'd like to know if two colors have good contrast.
|
No description provided.