Styling in NextJS
In this section of the tutorial, we will study various options for working with CSS styles in NextJS. Here is a brief list of available options:
- CSS Modules
- Global CSS
- Inline CSS
- Tailwind CSS
- SASS
- CSS-in-JS
In the following lessons, we will consider all these styling options in more detail.