Using CSS Modules and Global CSS in Next.js Applications
Now that we have covered all the basic topics of Next.js in our series, it’s time to learn how to style our Next.js application. Learning how to style a Next.js application is a part of front-end development that cannot be skipped. In Next.js we can do styling in different ways: Global CSS, CSS Modules, Tailwind […]
Using CSS Modules and Global CSS in Next.js Applications Read More »