Applying global styles in Next.js 14
I am having issues implementing the style jsx global
property with the new the Next.js. In the previous ones you needed to add it into the _app.js
file but since this doesn’t exist anymore, I figured it is meant to be added in to the layout.tsx
file that represents each page but when I do it, I get the following error