adrianhajdin / project_next_14_ai_prompt_sharing

Next.js recently became the official React framework as outlined in React docs. In this course, you'll learn the most important Next.js concepts and how they fit into the React ecosystem. Finally, you'll put your skills to the test by building a modern full-stack Next 14 application.
https://www.jsmastery.pro/ultimate-next-course
2.9k stars 426 forks source link

Inconsistent naming convention in globals.css #29

Open thepatrick00 opened 1 year ago

thepatrick00 commented 1 year ago

At 1:00:41 seconds into the video you write a "Tailwind class" called flex-between. This makes it seem like it is a native Tailwind class.

At the beginning of the video you said that your custom CSS will use '_' underscores. As someone learning Tailwind this was really confusing😅. My intelligence tooltip was not appearing, I search and thought perhaps this is a deprecated class. I only then decided to check the globals.css file, just in case.

You could change the code now, but the video still has the '-' dash syntax. Perhaps a solution can be a pinned comment on your YouTube video with common errors.