In Chapter 2, we focused on creating the barebones of our shop – adding in pages for a blog, a product catalog, and the like. The trouble is if we were to run our code now in a browser, I can pretty much guarantee two things: 1) it wouldn’t look that great – if indeed it ran – and 2) it wouldn’t show anything as we don’t yet have any data!
It’s time to fix the first problem – we can do that by adding in some styling across our shop. However, the sharp-eyed among you will have noticed that we’ve already added some styles into the code!
Yes, it’s one of those things we indeed have to bear in mind when using Gatsby: there ...