Styling issues
Hi all, I have followed the code in the video very closely, however I find the the style formatting of the website is off, does anyone know how to resolve this issue. Below is a picture of how the website looks like.
Any advice is greatly appreciated. Thank you!
Check if you've installed and properly configured tailwind, it requires its own config and some extra dependencies
Also, to be a little bit more clear and to help others who have encountered this issue. Make sure you have the autoprefixer package installed. It should come with a postcss.config.cjs file
npm install autoprefixer
Should do the trick
Look to the source code for how to configure it.